Tables/template styles
From Joomla! Documentation
Description[edit]
template_styles Table (#__template_styles)
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 |
char(7) |
NOT NULL |
0 |
|
|
|
title |
varchar(255) |
NOT NULL |
|
|
|
|
params |
varchar(2048) |
NOT NULL |
|
|
|
|
Indices
Index Name |
Column(s) |
Unique?
|
idx_template |
template |
No
|
idx_home |
home |
No
|
- Note that the home column takes a value of 0 or 1 depending on if it's a default template. However on multilingual sites when the template is the default template for a language it takes the value of the language (e.g. fr-FR)