azezaea
This commit is contained in:
parent
8c704f50a7
commit
fe290834c3
3 changed files with 51 additions and 0 deletions
|
@ -15,6 +15,7 @@ CREATE TABLE sub_events (
|
|||
sub_event_type INT(2) COMMENT '0: score, 1: speedrun(time based score)',
|
||||
start_time INT(11) DEFAULT 0,
|
||||
multiplier INT(11) DEFAULT 1,
|
||||
http_password VARCHAR(255) DEFAULT NULL,
|
||||
PRIMARY KEY (event_code, sub_event_code)
|
||||
)
|
||||
SQL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue