Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||||
| feedback | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||||
| template | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||||
| name | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||||
| label | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||||
| presentation | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||||
| typ | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||||
| hasvalue | BIT | 1 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| position | SMALLINT | 5 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| required | BIT | 1 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| dependitem | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| dependvalue | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||||
| options | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| feeditem_fee_ix | Performance | Asc | feedback | 
| feeditem_tem_ix | Performance | Asc | template |