This topic describes the columns in the mf_tax_tables table.
Column Name | Data Type | Primary Key | Is Nullable | Column ID | Comment | Reference Count | Reference To |
---|---|---|---|---|---|---|---|
country_id | smallint | 0 | 0 | 1 | 0 | mf_countries.country_id | |
state_id | smallint | 0 | 1 | 2 | 0 | mf_country_regions.country_region_id | |
postal_code | varchar (10) | 1 | 0 | 3 | 0 | ||
state_abbrev | varchar (50) | 0 | 1 | 4 | 0 | ||
county_name | varchar (50) | 0 | 1 | 5 | 0 | ||
city_name | varchar (50) | 0 | 1 | 6 | 0 | ||
state_sales_tax | decimal (7,6) | 0 | 1 | 7 | 0 | ||
state_use_tax | decimal (7,6) | 0 | 1 | 8 | 0 | ||
county_sales_tax | decimal (7,6) | 0 | 1 | 9 | 0 | ||
county_use_tax | decimal (7,6) | 0 | 1 | 10 | 0 | ||
city_sales_tax | decimal (7,6) | 0 | 1 | 11 | 0 | ||
city_use_tax | decimal (7,6) | 0 | 1 | 12 | 0 | ||
total_sales_tax | decimal (7,6) | 0 | 1 | 13 | 0 | ||
total_use_tax | decimal (7,6) | 0 | 1 | 14 | 0 | ||
tax_shipping_alone | bit | 0 | 1 | 15 | 0 | ||
tax_shipping_handling_together | bit | 0 | 1 | 16 | 0 |