22 lines
383 B
Text
22 lines
383 B
Text
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
|
|
thumbPath FilePath
|
|
time UTCTime
|
|
owner Text
|
|
description Text
|
|
tags [Text]
|
|
|
|
-- By default this file is used in Model.hs (which is imported by Foundation.hs)
|