Tables/viewlevels: Difference between revisions
From Joomla! Documentation
< Tables
< Tables
m Hutchy68 moved page Table/viewlevels to Tables/viewlevels: moving, but this should be versioned namespaced |
m categorisation |
||
| Line 1: | Line 1: | ||
== Usage | == Usage == | ||
* Since: | * Since: | ||
== Description | == Description == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 29: | Line 29: | ||
* Default character set: '''utf8''' | * Default character set: '''utf8''' | ||
<noinclude>[[Category:Database]]</noinclude> | |||
Latest revision as of 15:39, 16 March 2013
Usage
- Since:
Description
| Field | Type | Nullable | Default | Key | Extra | Comments |
| id | int(10) unsigned | NOT NULL | PK | AUTO_INCREMENT | Primary Key | |
| title | varchar(100) | NOT NULL | ||||
| ordering | int(11) | NOT NULL | 0 | |||
| rules | varchar(5120) | NOT NULL | JSON-encoded access control. |
Notes
| Index Name | Column(s) | Unique? |
| idx_assetgroup_title_lookup | title | Yes |
- Default character set: utf8