fix schema add quotes
This commit is contained in:
@@ -154,7 +154,7 @@ CREATE TABLE match_result (
|
||||
CREATE TABLE club_championship_standing (
|
||||
standing_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
organization_id INT UNSIGNED NOT NULL,
|
||||
rank TINYINT UNSIGNED NOT NULL,
|
||||
`rank` TINYINT UNSIGNED NOT NULL,
|
||||
total_points SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
prize_money_usd INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
tournament_wins TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user