Create userTableSQL
This commit is contained in:
parent
f3f0de57ac
commit
24d2e76e30
7
sql/userTableSQL
Normal file
7
sql/userTableSQL
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
CREATE TABLE `user` (
|
||||||
|
`ID` INT NOT NULL AUTO_INCREMENT,
|
||||||
|
`user` VARCHAR(50) NOT NULL DEFAULT '0',
|
||||||
|
`email` VARCHAR(100) NOT NULL DEFAULT '0',
|
||||||
|
`password` VARCHAR(100) NOT NULL DEFAULT '0',
|
||||||
|
PRIMARY KEY (`ID`)
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user