Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE wp_woocommerce_tax_rate_locations (
- location_id bigint(20) NOT NULL,
- location_code varchar(255) NOT NULL,
- tax_rate_id bigint(20) NOT NULL,
- location_type varchar(40) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement