eidolon/config/models
2014-08-15 13:25:33 +02:00

28 lines
475 B
Plaintext

User
name Text
email Text
password Text
albums [AlbumId]
deriving Typeable
Token
token Text
user User
deriving
Album
title Text
owner UserId
content [MediumId]
samplePic MediumId Maybe
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)