← Shopware 6.7.10.1

Shopware 6.7.10.1 sales_channel_tracking_customer

Columns

5 columns

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

Indexes

3 indexes

Index Name Columns Unique
idx.sales_channel_tracking_customer.sales_channel_id sales_channel_id No
PRIMARY id Yes
uniq.sales_channel_tracking_customer.customer 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