Shopware 6.7.7.1 promotion_setgroup
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| promotion_id | binary(16) | NO | Index Foreign Key → promotion.id |
| packager_key | varchar(255) | NO | |
| sorter_key | varchar(255) | NO | |
| value | double | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| idx.promotion_setgroup.promotion_id | promotion_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| promotion_id | promotion | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | promotion_setgroup_rule | setgroup_id |
