Update userTableSQL
This commit is contained in:
parent
126aed3f54
commit
0db79a8bb4
@ -4,4 +4,5 @@ CREATE TABLE `user` (
|
||||
`email` VARCHAR(100) NOT NULL DEFAULT '0',
|
||||
`password` VARCHAR(100) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
UNIQUE INDEX `user` (`user`)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user