CREATE TABLE ec_product_links_audit ( product_a integer, product_b integer, last_modified timestamptz, last_modifying_user integer, modified_ip_address varchar(20), delete_p bool DEFAULT false ); -- Table size: 0 bytes -- Table rows: 0
CREATE TABLE ec_product_links_audit ( product_a integer, product_b integer, last_modified timestamptz, last_modifying_user integer, modified_ip_address varchar(20), delete_p bool DEFAULT false ); -- Table size: 0 bytes -- Table rows: 0