league_score_journal

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
game_id INT 10 null
login_id MEDIUMINT UNSIGNED 8 null
league_season.id Implied Constraint R
league_season_id MEDIUMINT UNSIGNED 8 null
league_season.id league_score_journal_ibfk_1 R
subdivision_id_before INT UNSIGNED 10 null
league_season_division_subdivision.id league_score_journal_ibfk_2 R
subdivision_id_after INT UNSIGNED 10 null
league_season_division_subdivision.id league_score_journal_ibfk_3 R
score_before INT 10 null
score_after INT 10 null
game_count INT 10 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
league_season_id Performance Asc league_season_id
subdivision_id_after Performance Asc subdivision_id_after
subdivision_id_before Performance Asc subdivision_id_before

Relationships