← Shopware 6.7.7.1

Shopware 6.7.7.1 customer_wishlist_product

Columns

6 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
customer_wishlist_id binary(16) NO Index Foreign Key → customer_wishlist.id
product_id binary(16) NO Index Foreign Key → product.id
product_version_id binary(16) NO Foreign Key → product.version_id
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.customer_wishlist_product.customer_wishlist_id customer_wishlist_id No
fk.customer_wishlist_product.product_id product_id,product_version_id No
PRIMARY id Yes
uniq.customer_wishlist.sales_channel_id__customer_id customer_wishlist_id,product_id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
customer_wishlist_id customer_wishlist id
product_id product id
product_version_id product version_id