27 lines
475 B
Text
27 lines
475 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]
|
|
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)
|