eidolon/config/models
2014-08-14 00:52:32 +02:00

26 lines
446 B
Text

User
name Text
email Text
password Text
albums [AlbumId]
deriving Typeable
Token
token Text
user User
deriving
Album
title Text
owner UserId
content [MediumId]
deriving
Medium
title Text
path FilePath
time UTCTime
owner UserId
description Textarea
tags [Text]
album AlbumId
deriving
-- By default this file is used in Model.hs (which is imported by Foundation.hs)