Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||||
| filter | VARCHAR | 32 |  |  | The filter internal name, like ‘tex’. | |||||
| contextid | BIGINT | 19 | null |  | 
 | References context.id. | ||||
| name | VARCHAR | 255 |  |  | The config variable name. | |||||
| value | LONGTEXT | 2147483647 | √ | null |  |  | The correspoding config variable value. | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| filtconf_con2_ix | Performance | Asc | contextid | 
| filtconf_confilnam2_uix | Must be unique | Asc/Asc/Asc | contextid + filter + name | 



