← Shopware 6.3.0.0

Shopware 6.3.0.0 acl_role

Stores named roles (e.g. 'Editor', 'Content Manager') used to group ACL permissions for admin users.

Columns

6 columns

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

Indexes

1 indexes

Index Name Columns Unique
PRIMARY id Yes

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id acl_user_role acl_role_id