]> Git — Sourcephile - comptalang.git/blob - web/config/models
Update to new symantic and draft Modules rendition.
[comptalang.git] / web / config / models
1 User
2 ident Text
3 password Text Maybe
4 UniqueUser ident
5 deriving Typeable
6 Email
7 email Text
8 user UserId Maybe
9 verkey Text Maybe
10 UniqueEmail email
11
12 -- By default this file is used in Model.hs (which is imported by Foundation.hs)