CREATE TABLE messages ( message_id integer NOT NULL, status character varying(20) NOT NULL, time_rcvd timestamp without time zone NOT NULL, author character varying(20) NOT NULL, content character varying(200) NOT NULL );