Shopware 6.7.7.1 theme_sales_channel
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| theme_id | binary(16) | NO | Index Foreign Key → theme.id |
| sales_channel_id | binary(16) | NO | Primary Key Foreign Key → sales_channel.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.theme_sales_channel.theme_id | theme_id | No |
| PRIMARY | sales_channel_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| sales_channel_id | sales_channel | id |
| theme_id | theme | id |
