← Shopware 6.2.0.rc1

Shopware 6.2.0.rc1 custom_field_set

Groups of custom fields that can be assigned to entities (products, customers, orders, etc.).

Columns

6 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO
config longtext YES
active tinyint(1) NO Default: 1
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

1 indexes

Index Name Columns Unique
PRIMARY id Yes

Relations (to this table)

2 relations

Local Field Foreign Table Foreign Field
id custom_field_set_relation set_id
id custom_field set_id