Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
tombstone_setting_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
tombstone_id | BIGINT | 19 | null |
|
|
|||||
locale | VARCHAR | 14 | '' |
|
|
|||||
setting_name | VARCHAR | 255 | null |
|
|
|||||
setting_value | MEDIUMTEXT | 16777215 | √ | NULL |
|
|
||||
setting_type | VARCHAR | 6 | null |
|
|
(bool|int|float|string|object) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | tombstone_setting_id |
data_object_tombstone_settings_tombstone_id | Performance | Asc | tombstone_id |
data_object_tombstone_settings_unique | Must be unique | Asc/Asc/Asc | tombstone_id + locale + setting_name |