Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
league_season_id | MEDIUMINT UNSIGNED | 8 | null |
|
|
||||||
division_index | SMALLINT UNSIGNED | 5 | null |
|
|
||||||
name_key | VARCHAR | 255 | null |
|
|
||||||
description_key | VARCHAR | 255 | null |
|
|
The division’s i18n flavor text key |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
league_season_id | Performance | Asc | league_season_id |