Tables/template styles
From Joomla! Documentation
< Tables(Difference between revisions)
(class="wikitable") |
m (categorisation) |
||
| Line 1: | Line 1: | ||
| − | == Usage | + | == Usage == |
* Since: | * Since: | ||
| − | == Description | + | == Description == |
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 35: | Line 35: | ||
* | * | ||
| + | |||
| + | <noinclude>[[Category:Database]]</noinclude> | ||
Latest revision as of 10:38, 16 March 2013
[edit] Usage
- Since:
[edit] 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 |
[edit] Notes
| Index Name | Column(s) | Unique? |
| idx_template | template) | No |
| idx_home | home | No |