updated table description
This commit is contained in:
parent
dd3acb5abe
commit
3d7547007a
@ -1,4 +1,8 @@
|
|||||||
-- Your SQL goes here
|
-- id: simple id tracking users
|
||||||
|
-- username: default name that users have to display
|
||||||
|
-- display: used as a non-unique eye candy for users
|
||||||
|
-- password: yea
|
||||||
|
-- email: used for signing in to the server
|
||||||
CREATE TABLE IF NOT EXISTS `users` (
|
CREATE TABLE IF NOT EXISTS `users` (
|
||||||
`id` bigint NOT NULL auto_increment,
|
`id` bigint NOT NULL auto_increment,
|
||||||
`username` varchar(255) NOT NULL,
|
`username` varchar(255) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user