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 | MEDIUMINT UNSIGNED | 8 | null |
|
|
||||||
subdivision_id_before | INT UNSIGNED | 10 | √ | null |
|
|
|||||
subdivision_id_after | INT UNSIGNED | 10 | √ | null |
|
|
|||||
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 |