fix script SQL
This commit is contained in:
parent
0b1bb18f83
commit
b8831c9e35
@ -4,7 +4,8 @@ use bin_database;
|
|||||||
create table users(
|
create table users(
|
||||||
id int key not null auto_increment,
|
id int key not null auto_increment,
|
||||||
username varchar(30),
|
username varchar(30),
|
||||||
passwd varchar(30)
|
passwd varchar(30),
|
||||||
|
admin bool
|
||||||
);
|
);
|
||||||
|
|
||||||
create table packages(
|
create table packages(
|
||||||
|
Loading…
Reference in New Issue
Block a user