← Shopware 6.7.7.1

Shopware 6.7.7.1 sales_channel_domain

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
sales_channel_id binary(16) NO Index Foreign Key → sales_channel.id
language_id binary(16) NO Index Foreign Key → language.id
url varchar(255) NO Unique
currency_id binary(16) NO Index Foreign Key → currency.id
snippet_set_id binary(16) NO Index Foreign Key → snippet_set.id
hreflang_use_only_locale tinyint unsigned YES Default: 0
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES
measurement_units json YES

Indexes

6 indexes

Index Name Columns Unique
fk.sales_channel_domain.currency_id currency_id No
fk.sales_channel_domain.language_id language_id No
fk.sales_channel_domain.sales_channel_id sales_channel_id No
fk.sales_channel_domain.snippet_set_id snippet_set_id No
PRIMARY id Yes
uniq.sales_channel_domain.url url Yes

Relations (from this table)

4 relations

Local Field Foreign Table Foreign Field
currency_id currency id
language_id language id
sales_channel_id sales_channel id
snippet_set_id snippet_set id

Relations (to this table)

2 relations

Local Field Foreign Table Foreign Field
id product_export sales_channel_domain_id
id sales_channel hreflang_default_domain_id