Compare commits

..

3 Commits

Author SHA1 Message Date
314496438a proj spec 2026-05-17 16:25:38 +02:00
f55f7ef827 fix schema add quotes 2026-05-17 16:25:33 +02:00
802583d834 gitignore 2026-05-17 16:25:24 +02:00
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

BIN
I projekat DW.pdf Normal file

Binary file not shown.

View File

@@ -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,