Shopware 6.7.7.1 tax
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| tax_rate | decimal(10,3) | YES | Index |
| name | varchar(255) | NO | |
| position | int | NO | Default: 0 |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| idx.tax.tax | tax_rate | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | product | tax_id |
| id | shipping_method | tax_id |
| id | tax_rule | tax_id |
