← Shopware 6.7.7.1

Shopware 6.7.7.1 product_cross_selling_assigned_products

Columns

7 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
cross_selling_id binary(16) NO Index Foreign Key → product_cross_selling.id
product_id binary(16) NO Index Foreign Key → product.id
product_version_id binary(16) NO Foreign Key → product.version_id
position int NO Default: 0
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.product_cross_selling_assigned_products.cross_selling_id cross_selling_id No
PRIMARY id Yes
product_id product_id,product_version_id No

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
cross_selling_id product_cross_selling id
product_id product id
product_version_id product version_id