Fix database layout comment

main
sudoer777 2021-11-19 11:42:08 -07:00
parent 9554d54496
commit 7ceccd2928
1 changed files with 4 additions and 4 deletions

View File

@ -3,19 +3,19 @@
scores:
sports:
*sport_id* | name | currently_active
*sport_id* | sport_name | currently_active
divisions:
*division_id* | name | gender | *sport_id* | currently_active
*division_id* | division_name | gender | *sport_id* | currently_active
teams:
*team_id* | name | ~sport_id~ | currently_active
*team_id* | team_name | ~sport_id~ | currently_active
seasons:
*season_id* | school_year
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