[R9] Create users table
This commit is contained in:
parent
c7e3196d33
commit
97f6fc5d60
@ -0,0 +1,8 @@
|
||||
create table users (
|
||||
|
||||
id bigint not null auto_increment,
|
||||
login varchar(100) not null,
|
||||
password varchar(255) not null,
|
||||
|
||||
primary key(id)
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user