CREATE TABLE ec_category_product_map_audit ( product_id integer, category_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