eidolon/config/models
2014-08-13 18:18:35 +02:00

22 lines
364 B
Plaintext

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