CREATE TABLE ec_subcat_prod_map_audit ( product_id integer, subcategory_id integer, publisher_favorite_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