CREATE TABLE dada_subscribers ( email_id serial, email text, list text, list_type text, list_status char(1) );