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