role table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | VARCHAR | 255 |
|
|
Empty names are automatically localised |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
shortname | VARCHAR | 100 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | LONGTEXT | 2147483647 | null |
|
|
Empty descriptions may be automatically localised |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
sortorder | BIGINT | 19 | 0 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
archetype | VARCHAR | 30 |
|
|
Role archetype is used during install and role reset, marks admin role and helps in site settings |
Table contained -1 rows
role table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
role_sho_uix | Must be unique | Asc | shortname |
role_sor_uix | Must be unique | Asc | sortorder |