Shopware 6.7.7.1 product_custom_field_set
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| custom_field_set_id | binary(16) | NO | Primary Key Foreign Key → custom_field_set.id |
| product_id | binary(16) | NO | Primary Key Foreign Key → product.id |
| product_version_id | binary(16) | NO | Primary Key Foreign Key → product.version_id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.product_custom_field_set.product_id | product_id,product_version_id | No |
| PRIMARY | custom_field_set_id,product_id,product_version_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| custom_field_set_id | custom_field_set | id |
| product_id | product | id |
| product_version_id | product | version_id |
