CREATE TABLE uw_Crud2_t(uw_id int8 NOT NULL, uw_nam text NOT NULL, uw_ready bool NOT NULL); CREATE SEQUENCE uw_Crud2_Crud_Make_seq;