mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
parent
4445f41801
commit
4e082b4159
26 changed files with 937 additions and 611 deletions
|
@ -9,6 +9,7 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`lastname` NVARCHAR(500) NOT NULL,
|
||||
`email` NVARCHAR(250) NOT NULL UNIQUE,
|
||||
`initials` NVARCHAR(10) NOT NULL DEFAULT "",
|
||||
`global` BOOL NOT NULL DEFAULT 0,
|
||||
`password` NVARCHAR(500) NOT NULL DEFAULT "",
|
||||
`salt` NVARCHAR(100) NOT NULL DEFAULT "",
|
||||
`reset` NVARCHAR(100) NOT NULL DEFAULT "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue