Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
BIGINT UNSIGNED | 20 | √ | null |
|
|
|||||
BIGINT | 19 | null |
|
|
||||||
locale | VARCHAR | 14 | '' |
|
|
|||||
setting_name | VARCHAR | 255 | null |
|
|
|||||
setting_value | MEDIUMTEXT | 16777215 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | author_setting_id |
author_settings_author_id | Performance | Asc | author_id |
author_settings_unique | Must be unique | Asc/Asc/Asc | author_id + locale + setting_name |