Tables/template styles
From Joomla! Documentation
< Tables
< Tables
Usage:
- Since:
Description:
| Field | Type | Nullable | Default | Key | Extra | Comments |
| id | integer unsigned | NOT NULL | PK | auto_increment | ||
| template | varchar(50) | NOT NULL | ||||
| client_id | tinyint(1) unsigned | NOT NULL | 0 | |||
| home | tinyint(1) unsigned | NOT NULL | 0 | |||
| title | varchar(255) | NOT NULL | ||||
| params | varchar(2048) | NOT NULL |
Notes
| Index Name | Column(s) | Unique? |
| idx_template | template) | No |
| idx_home | home | No |