Difference between revisions of "Tables/template styles"

From Joomla! Documentation

< 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 10:38, 16 March 2013

Usage[edit]

  • Since:

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 tinyint(1) unsigned NOT NULL 0
title varchar(255) NOT NULL
params varchar(2048) NOT NULL

Notes[edit]

Indices
Index Name Column(s) Unique?
idx_template template) No
idx_home home No