Shopware 6.3.2.0 acl_role
Stores named roles (e.g. 'Editor', 'Content Manager') used to group ACL permissions for admin users.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | |
| description | longtext | YES | |
| privileges | longtext | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
Relations (to this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| id | acl_user_role | acl_role_id |
| id | app | acl_role_id |