CREATE TABLE ec_product_reviews_audit ( review_id integer, product_id integer, author_name varchar(100), publication varchar(100), review_date timestamptz, review text(-5), display_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