Add a p-note to the h-card
This commit is contained in:
parent
e81a44d122
commit
208a46e346
3 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ User
|
|||
ident Text sqltype=varchar(255)
|
||||
fullName Text sqltype=varchar(500)
|
||||
email Text sqltype=varchar(255)
|
||||
note Text
|
||||
password Text Maybe sqltype=varchar(255) default=NULL
|
||||
UniqueUser ident
|
||||
deriving Typeable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue