Fields (6)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| customer_id | binary(16) | NO | MUL | NULL | |
| sales_channel_id | binary(16) | NO | MUL | NULL | |
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (4)
| 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 |