CREATE TABLE ec_templates_audit ( template_id integer, template_name varchar(200), template varchar(4000), last_modified timestamptz, last_modifying_user integer, modified_ip_address varchar(20), delete_p bool DEFAULT false ); -- Table size: 0 bytes -- Table rows: 0