inmanis/config/models

23 lines
419 B
Text
Raw Normal View History

2012-07-02 13:21:39 +00:00
User
2012-08-03 21:46:49 +00:00
ident Text
password Text Maybe
2012-07-02 13:21:39 +00:00
UniqueUser ident
Email
2012-08-03 21:46:49 +00:00
email Text
user UserId Maybe
verkey Text Maybe
2012-07-02 13:21:39 +00:00
UniqueEmail email
2012-07-03 21:23:02 +00:00
Entry
creator UserId Maybe
2012-08-03 21:46:49 +00:00
title Text
url Text
yeah Int
neah Int
UniqueEntry url
2012-07-03 21:23:02 +00:00
Comment
2012-08-03 21:46:49 +00:00
entry EntryId Maybe
2012-07-03 21:23:02 +00:00
content Text
2012-07-02 13:21:39 +00:00
-- By default this file is used in Model.hs (which is imported by Foundation.hs)