Fields (6)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| discount_id | binary(16) | NO | MUL | NULL | |
| currency_id | binary(16) | NO | MUL | NULL | |
| price | float | NO | 0 | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| fk.promotion_discount_prices.currency_id | currency_id | No |
| fk.promotion_discount_prices.discount_id | discount_id | No |
| PRIMARY | id | Yes |