eidolon/config/models

13 lines
257 B
Plaintext
Raw Normal View History

2014-08-09 18:33:22 +00:00
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)