Update userTableSQL

This commit is contained in:
wiecktobi 2018-06-10 17:55:33 +02:00 committed by GitHub
parent 126aed3f54
commit 0db79a8bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`)
)