Tables/template styles: Difference between revisions
From Joomla! Documentation
< Tables
< Tables
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> | |||
Revision as of 15:38, 16 March 2013
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 |