diff --git a/sql/schema.sql b/sql/schema.sql index 6557c5a..bcb9086 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -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,