Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
instance | BIGINT | 19 | null |
|
|
instance of plugin we’re configurating |
||||
name | VARCHAR | 255 |
|
|
config field |
|||||
value | LONGTEXT | 2147483647 | √ | null |
|
|
config value |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
portinstconf_ins_ix | Performance | Asc | instance |
portinstconf_nam_ix | Performance | Asc | name |