Shopware 6.7.8.1 promotion_sales_channel
Links promotions to the Sales Channels where they are active.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| promotion_id | binary(16) | NO | Index
Foreign Key → promotion.id |
| sales_channel_id | binary(16) | NO | Index
Foreign Key → sales_channel.id |
| priority | int | NO | Default: 0 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| idx.promotion_sales_channel.promotion_id | promotion_id | No |
| idx.promotion_sales_channel.sales_channel_id | sales_channel_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
2 relations