Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
plugin_setting_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||
plugin_name | VARCHAR | 80 | null |
|
|
|||
context_id | BIGINT | 19 | null |
|
|
|||
setting_name | VARCHAR | 80 | 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 | plugin_setting_id |
plugin_settings_plugin_name | Performance | Asc | plugin_name |
plugin_settings_unique | Must be unique | Asc/Asc/Asc | plugin_name + context_id + setting_name |
Diagram producer might be missing
No diagrams were produced please see application output for any errors