Shopware 6.7.8.1 customer_wishlist
Wishlists owned by customers (one per customer per Sales Channel).
| 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 | |
| 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
Relations (to this table)
1 relations