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