Fix database layout comment
parent
9554d54496
commit
7ceccd2928
|
@ -3,19 +3,19 @@
|
||||||
scores:
|
scores:
|
||||||
|
|
||||||
sports:
|
sports:
|
||||||
*sport_id* | name | currently_active
|
*sport_id* | sport_name | currently_active
|
||||||
|
|
||||||
divisions:
|
divisions:
|
||||||
*division_id* | name | gender | *sport_id* | currently_active
|
*division_id* | division_name | gender | *sport_id* | currently_active
|
||||||
|
|
||||||
teams:
|
teams:
|
||||||
*team_id* | name | ~sport_id~ | currently_active
|
*team_id* | team_name | ~sport_id~ | currently_active
|
||||||
|
|
||||||
seasons:
|
seasons:
|
||||||
*season_id* | school_year
|
*season_id* | school_year
|
||||||
|
|
||||||
games:
|
games:
|
||||||
*game_id* | ~division_id~ | ~season_id~ | date | ~team1_id~ | ~team2_id~ | team1_score | team2_score | ~submitter_id~ | updated_timestamp
|
*game_id* | ~division_id~ | ~season_id~ | game_date | ~team1_id~ | ~team2_id~ | team1_score | team2_score | ~submitter_id~ | updated_timestamp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue