Shopware 6.7.8.0 product_custom_field_set
Junction table linking products to custom field sets for product-specific custom fields.
| 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 |
| 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)
3 relations