eidolon/config/models

23 lines
383 B
Text
Raw Normal View History

2014-08-09 20:33:22 +02:00
User
2014-08-12 14:37:31 +02:00
name Text
2014-08-09 20:33:22 +02:00
email Text
2014-08-12 14:37:31 +02:00
password Text
deriving Typeable
Token
token Text
user User
Album
title Text
owner Text
content [MediumId]
Medium
2014-08-12 14:37:31 +02:00
title Text
path FilePath
thumbPath FilePath
time UTCTime
2014-08-12 18:16:27 +02:00
owner Text
2014-08-12 14:37:31 +02:00
description Text
tags [Text]
2014-08-09 20:33:22 +02:00
-- By default this file is used in Model.hs (which is imported by Foundation.hs)