CREATE TABLE ec_sales_tax_by_state_audit ( usps_abbrev char(2), tax_rate numeric(65535, 65531), shipping_p bool, last_modified timestamptz, last_modifying_user integer, modified_ip_address varchar(20), delete_p bool DEFAULT false ); -- Table size: 0 bytes -- Table rows: 0