Tables/viewlevels
From Joomla! Documentation
< Tables
< Tables
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