Shopware 6.7.8.1 theme_sales_channel
Links themes to Sales Channels — defines which theme is active on which storefront.
| 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 |
| Index Name | Columns | Unique |
| fk.theme_sales_channel.theme_id | theme_id | No |
| PRIMARY | sales_channel_id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| sales_channel_id | sales_channel | id |
| theme_id | theme | id |