Table creation
CREATE TABLE schname.newtable ( id serial NOT NULL, username varchar(100) NULL, inserted_on varchar NULL DEFAULT now() );