Shopware 6.7.8.0 currency_country_rounding
Country-specific price rounding rules per currency (e.g. CHF rounds to 0.05).
| 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 | |
| Index Name | Columns | Unique |
| country_id | country_id | No |
| currency_id | currency_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| currency_id | currency | id |
| country_id | country | id |