Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||||||||
| plugin | VARCHAR | 50 | 
                                         | 
                                    
                                         | 
                                    fk to plugin  | 
                                |||||||||||
| name | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    name of plugin instance  | 
                                |||||||||||
| visible | BIT | 1 | 1 | 
                                         | 
                                    
                                         | 
                                    whether this instance is visible or not  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |