Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    ID for each entry  | 
                                |||
| component | INT UNSIGNED | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    id from the component table  | 
                                ||||
| attribute | VARCHAR | 255 | null | 
                                         | 
                                    
                                         | 
                                    Attribute for the Component  | 
                                ||||
| value | TEXT | 65535 | null | 
                                         | 
                                    
                                         | 
                                    Value for the Component  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| component_prefs_component_index | Performance | Asc | component | 

