rbac_linked_permissions
Role-base Access Control (RBAC) component
see How-to: RBAC for details.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | Permission id | ||
| linkedId | int | unsigned | PRI | NO | Linked Permission id | ||
Description of fields
id
references rbac_permissions.id
linkedId
references rbac_permissions.id
