Shopware 6.2.0.rc1 tax
Tax rate definitions (e.g. 19% standard, 7% reduced) assigned to products.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| tax_rate | decimal(10,2) | NO | Index |
| name | varchar(255) | NO | |
| custom_fields | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| idx.tax.tax | tax_rate | No |
| PRIMARY | id | Yes |
Relations (to this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| id | product | tax_id |
| id | tax_rule | tax_id |