Tables/languages: 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 46: | Line 46: | ||
* | * | ||
<noinclude>[[Category:Database]]</noinclude> | |||
Latest revision as of 15:37, 16 March 2013
Usage
- Since:
Description
| Field | Type | Nullable | Default | Key | Extra | Comments |
| lang_id | int(11) unsigned | NOT NULL | PK | auto_increment | ||
| lang_code | char(7) | NOT NULL | ||||
| title | varchar(50) | NOT NULL | ||||
| title_native | varchar(50) | NOT NULL | ||||
| sef | varchar(50) | NOT NULL | ||||
| image | varchar(50) | NOT NULL | ||||
| description | varchar(512) | NOT NULL | ||||
| metakey | text | NOT NULL | ||||
| metadesc | text | NOT NULL | ||||
| published | int(11) | NOT NULL | 0 |
Notes
The default Joomla! installation includes entries in the languages table for the following language codes:
- en-GB
- xx-XX
| Index Name | Column(s) | Unique? |
| idx_sef | sef | Yes |