vagrant-yesod/config/models
2014-03-16 16:22:55 +01:00

12 lines
284 B
Text

User
ident Text
password Text Maybe
UniqueUser ident
deriving Typeable
Email
email Text
user UserId Maybe
verkey Text Maybe
UniqueEmail email
-- By default this file is used in Model.hs (which is imported by Foundation.hs)