Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||||
| name | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| isdefault | TINYINT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| component | VARCHAR | 100 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| sortorder | MEDIUMINT | 7 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||
| searchable | TINYINT | 3 | 1 | 
                                         | 
                                    
                                         | 
                                    Whether the tag collection is searchable  | 
                                ||||||
| customurl | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    Custom URL for the tag page instead of /tag/index.php  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |