← Shopware 6.7.8.1

Shopware 6.7.8.1 custom_field_set_relation

Links custom field sets to the entities they apply to (e.g. product, order, customer).

Columns

5 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
set_id binary(16) NO Index Foreign Key → custom_field_set.id
entity_name varchar(64) NO
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
PRIMARY id Yes
uniq.custom_field_set_relation.entity_name set_id,entity_name Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
set_id custom_field_set id