CREATE TABLE ec_product_u_c_prices_audit ( product_id integer, user_class_id integer, price numeric(65535, 65531), last_modified timestamptz, last_modifying_user integer, modified_ip_address varchar(20), delete_p bool DEFAULT false ); -- Table size: 0 bytes -- Table rows: 0