← Shopware 6.7.7.1

Shopware 6.7.7.1 customer_wishlist

Columns

6 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
customer_id binary(16) NO Index Foreign Key → customer.id
sales_channel_id binary(16) NO Index Foreign Key → sales_channel.id
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.customer_wishlist.customer_id customer_id No
fk.customer_wishlist.sales_channel_id sales_channel_id No
PRIMARY id Yes
uniq.customer_wishlist sales_channel_id,customer_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
customer_id customer id
sales_channel_id sales_channel id

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id customer_wishlist_product customer_wishlist_id