Tables/template styles
From Joomla! Documentation
< Tables(Difference between revisions)
(New page: == Usage: == * Since: == Description: == {| border="1" |+ '''template_styles Table (#__template_styles)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra ...) |
(class="wikitable") |
||
| Line 1: | Line 1: | ||
| − | |||
== Usage: == | == Usage: == | ||
* Since: | * Since: | ||
| Line 5: | Line 4: | ||
== Description: == | == Description: == | ||
| − | {| border="1" | + | {| class="wikitable" border="1" |
|+ '''template_styles Table (#__template_styles)''' | |+ '''template_styles Table (#__template_styles)''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
| Line 25: | Line 24: | ||
== Notes == | == Notes == | ||
| − | {| border="1" | + | {| class="wikitable" border="1" |
|+ '''Indices''' | |+ '''Indices''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
Revision as of 22:19, 24 September 2011
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 |