Shopware 6.1.0.rc4 acl_resource
Defines granular permissions (privileges) that can be assigned to ACL roles for admin access control.
| Column | Type | Nullable | Additional |
| resource | varchar(255) | NO | Primary Key |
| privilege | varchar(255) | NO | Primary Key |
| acl_role_id | binary(16) | NO | Primary Key
Foreign Key → acl_role.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.acl_resource.acl_role_id | acl_role_id | No |
| PRIMARY | resource,privilege,acl_role_id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| acl_role_id | acl_role | id |