fix schema add quotes

This commit is contained in:
2026-05-17 16:25:33 +02:00
parent 802583d834
commit f55f7ef827

View File

@@ -154,7 +154,7 @@ CREATE TABLE match_result (
CREATE TABLE club_championship_standing ( CREATE TABLE club_championship_standing (
standing_id INT UNSIGNED NOT NULL AUTO_INCREMENT, standing_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
organization_id INT UNSIGNED NOT NULL, organization_id INT UNSIGNED NOT NULL,
rank TINYINT UNSIGNED NOT NULL, `rank` TINYINT UNSIGNED NOT NULL,
total_points SMALLINT UNSIGNED NOT NULL DEFAULT 0, total_points SMALLINT UNSIGNED NOT NULL DEFAULT 0,
prize_money_usd INT UNSIGNED NOT NULL DEFAULT 0, prize_money_usd INT UNSIGNED NOT NULL DEFAULT 0,
tournament_wins TINYINT UNSIGNED NOT NULL DEFAULT 0, tournament_wins TINYINT UNSIGNED NOT NULL DEFAULT 0,