Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| assignment | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| plugin | VARCHAR | 28 | 
                                         | 
                                    
                                         | 
                                    ||||||
| subtype | VARCHAR | 28 | 
                                         | 
                                    
                                         | 
                                    ||||||
| name | VARCHAR | 28 | 
                                         | 
                                    
                                         | 
                                    ||||||
| value | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    The value of the config setting. Stored as text but can be interpreted by the plugin however it likes.  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| assiplugconf_ass_ix | Performance | Asc | assignment | 
| assiplugconf_nam_ix | Performance | Asc | name | 
| assiplugconf_plu_ix | Performance | Asc | plugin | 
| assiplugconf_sub_ix | Performance | Asc | subtype |