Tables/viewlevels: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
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

viewlevels Table (#__viewlevels)
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

Indices
Index Name Column(s) Unique?
idx_assetgroup_title_lookup title Yes
  • Default character set: utf8