← Shopware 5.7.19

Shopware 5.7.19 s_core_tax_rules

Country-specific tax rate overrides for different regions.

Columns

9 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
areaID int(11) unsigned YES Index
countryID int(11) unsigned YES Index
stateID int(11) unsigned YES Index
groupID int(11) unsigned NO Index
customer_groupID int(11) unsigned NO Index
tax decimal(10,2) NO
name varchar(255) NO
active int(1) unsigned NO

Indexes

6 indexes

Index Name Columns Unique
areaID areaID No
countryID countryID No
groupID groupID No
PRIMARY id Yes
stateID stateID No
tax_rate_by_conditions customer_groupID,areaID,countryID,stateID No