← Shopware 6.1.6

Shopware 6.1.6 tax

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

Columns

6 columns

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

Indexes

2 indexes

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