← Shopware 6.1.0.rc4

Shopware 6.1.0.rc4 custom_field

Individual custom field definitions (name, type, config) within a custom field set.

Columns

8 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO Unique
type varchar(255) NO
config longtext YES
active tinyint(1) NO Default: 1
set_id binary(16) YES Index Foreign Key → custom_field_set.id
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.custom_field.set_id set_id No
PRIMARY id Yes
uniq.custom_field.name name Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
set_id custom_field_set id