scaffolding
This commit is contained in:
12
config/models
Normal file
12
config/models
Normal file
@ -0,0 +1,12 @@
|
||||
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)
|
Reference in New Issue
Block a user