Remove a little redundancy from config/models as provided by the scaffold
This commit is contained in:
parent
1794e63bb0
commit
c996018486
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ User
|
|||
deriving Typeable
|
||||
Email
|
||||
email Text sqltype=varchar(255)
|
||||
userId UserId Maybe sqltype=varchar(255) default=NULL
|
||||
userId UserId Maybe default=NULL
|
||||
verkey Text Maybe sqltype=varchar(255) default=NULL
|
||||
UniqueEmail email
|
||||
Comment json -- Adding "json" causes ToJSON and FromJSON instances to be derived.
|
||||
message Text sqltype=varchar(255)
|
||||
userId UserId Maybe sqltype=varchar(255) default=NULL
|
||||
userId UserId Maybe default=NULL
|
||||
deriving Eq
|
||||
deriving Show
|
||||
|
||||
|
|
Loading…
Reference in a new issue