Shopware 5.6.0 s_core_acl_roles
Named ACL roles grouping multiple privileges for backend user access control.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| roleID | int(11) | NO | Index |
| resourceID | int(11) | YES | Index |
| privilegeID | int(11) | YES | Index |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| privilegeID | privilegeID | No |
| resourceID | resourceID | No |
| roleID | roleID,resourceID,privilegeID | Yes |
