CREATE TABLE users ( "name" character varying(30) NOT NULL, "id" serial NOT NULL, PRIMARY KEY ("id") );