eidolon/config/models
2014-08-13 22:30:48 +02:00

26 lines
448 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)