s
This commit is contained in:
parent
e1def84e45
commit
ae2799834a
3 changed files with 17 additions and 4 deletions
|
@ -14,6 +14,7 @@ CREATE TABLE sub_events (
|
|||
sub_event_name VARCHAR(255),
|
||||
sub_event_type INT(2) COMMENT '0: score, 1: speedrun(time based score)',
|
||||
start_time INT(11) DEFAULT 0,
|
||||
multiplier INT(11) DEFAULT 1,
|
||||
PRIMARY KEY (event_code, sub_event_code)
|
||||
)
|
||||
SQL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue