← Shopware 6.7.7.1

Shopware 6.7.7.1 tax_rule

Columns

9 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
tax_id binary(16) NO Index Foreign Key → tax.id
tax_rule_type_id binary(16) NO Index Foreign Key → tax_rule_type.id
country_id binary(16) NO Index Foreign Key → country.id
tax_rate double(10,3) YES
data json YES
created_at datetime(3) NO
updated_at datetime(3) YES
active_from datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.tax_rule.country_id country_id No
fk.tax_rule.tax_area_rule_type_id tax_rule_type_id No
fk.tax_rule.tax_id tax_id No
PRIMARY id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
country_id country id
tax_rule_type_id tax_rule_type id
tax_id tax id