Shopware 6.7.8.1 tax_rule_type
Types of tax rules (e.g. 'entire country', 'zip code range', 'individual states').
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | NO | Unique |
| position | int | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.technical_name | technical_name | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | tax_rule | tax_rule_type_id |
| id | tax_rule_type_translation | tax_rule_type_id |
