Shopware 6.7.8.0 tax_rule
Country/region-specific tax rate overrides (e.g. different VAT rates for EU countries).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| tax_id | binary(16) | NO | Index
Foreign Key → tax.id |
| tax_rule_type_id | binary(16) | NO | Index
Foreign Key → tax_rule_type.id |
| country_id | binary(16) | NO | Index
Foreign Key → country.id |
| tax_rate | double(10,3) | YES | |
| data | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| active_from | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.tax_rule.country_id | country_id | No |
| fk.tax_rule.tax_area_rule_type_id | tax_rule_type_id | No |
| fk.tax_rule.tax_id | tax_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
3 relations