← Shopware 6.4.17.2

Shopware 6.4.17.2 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,2) NO Index
name varchar(255) NO
position int(11) NO Default: 0
custom_fields longtext 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 shipping_method tax_id
id product tax_id
id tax_rule tax_id