Return to:
Database Reference Home Page
Return to:
Table Definitions Master List
*Table Name*
zipcode_tax_lookup
*Description*
Zipcode tax association
This lookup table was deprecated prior to Venture 3.5 but remained in the documentation erroneously.
*Schema*
CREATE TABLE zipcode_tax_lookup (
"zipcode" varchar(5) NOT NULL
PRIMARY KEY, -- Deprecated
"rate" numeric(5,5) -- Deprecated
);
There are no comments on this page. [Add comment]