← Shopware 6.7.8.0

Shopware 6.7.8.0 tax

Tax rate definitions (e.g. 19% standard, 7% reduced) assigned to products.

Columns

7 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

2 indexes

Index Name Columns Unique
idx.tax.tax tax_rate No
PRIMARY id Yes

Relations (to this table)

3 relations

Local Field Foreign Table Foreign Field
id product tax_id
id shipping_method tax_id
id tax_rule tax_id