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