mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-19 02:36:41 +00:00
Update database.sql
This commit is contained in:
parent
f599a2bf11
commit
19897e0080
10
database.sql
10
database.sql
@ -7,13 +7,3 @@ create table mar_user
|
||||
tokenTime datetime null,
|
||||
floppyData mediumblob null
|
||||
);
|
||||
|
||||
create table mar_userdata
|
||||
(
|
||||
username varchar(20) not null
|
||||
primary key,
|
||||
userCode text null,
|
||||
processed tinyint default '0' not null,
|
||||
constraint fk_mar_userdata_mar_user1
|
||||
foreign key (username) references mar_user (username)
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user