Compare commits
3 Commits
1970610b4d
...
314496438a
| Author | SHA1 | Date | |
|---|---|---|---|
| 314496438a | |||
| f55f7ef827 | |||
| 802583d834 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.idea
|
||||
BIN
I projekat DW.pdf
Normal file
BIN
I projekat DW.pdf
Normal file
Binary file not shown.
@@ -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