Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
spotlight_setting_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
spotlight_id | BIGINT | 19 | null |
|
|
|||||
locale | VARCHAR | 14 | '' |
|
|
|||||
setting_name | VARCHAR | 255 | null |
|
|
|||||
setting_value | TEXT | 65535 | √ | NULL |
|
|
||||
setting_type | VARCHAR | 6 | null |
|
|
(bool|int|float|string|object|date) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | spotlight_setting_id |
spotlight_settings_id | Performance | Asc | spotlight_id |
spotlight_settings_unique | Must be unique | Asc/Asc/Asc | spotlight_id + locale + setting_name |