Using POSper/Developer guide/Database-Table descriptions/posper role permission
Appearance
posper_role_permission
[edit | edit source]
This is an associative table connecting roles to permissions.
| Column Name | Data Type | Null Allowed? | Key? | Comments |
|---|---|---|---|---|
| Role_name | VARCHAR(255) | No | Foreign Key | This points to the role being associated with a permission. |
| permissions_name | VARCHAR(255) | No | Foreign Key | This is the permission being associated with the role. |