Shopware 6.7.7.1 promotion_setgroup_rule
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| setgroup_id | binary(16) | NO | Primary Key Foreign Key → promotion_setgroup.id |
| rule_id | binary(16) | NO | Primary Key Foreign Key → rule.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.promotion_setgroup_rule.rule_id | rule_id | No |
| PRIMARY | setgroup_id,rule_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| rule_id | rule | id |
| setgroup_id | promotion_setgroup | id |
