Shopware 6.7.7.1 currency_country_rounding
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| currency_id | binary(16) | NO | Index Foreign Key → currency.id |
| country_id | binary(16) | NO | Index Foreign Key → country.id |
| item_rounding | json | NO | |
| total_rounding | json | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| country_id | country_id | No |
| currency_id | currency_id | No |
| PRIMARY | id | Yes |
