Shopware 6.7.7.1 promotion_discount_prices
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| discount_id | binary(16) | NO | Index Foreign Key → promotion_discount.id |
| currency_id | binary(16) | NO | Index Foreign Key → currency.id |
| price | float | NO | Default: 0 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.promotion_discount_prices.currency_id | currency_id | No |
| fk.promotion_discount_prices.discount_id | discount_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| currency_id | currency | id |
| discount_id | promotion_discount | id |
