DROP TABLE "qtrack"
;
CREATE TABLE "qtrack" (
	"qwords" character varying(63) NOT NULL,
	"qtime" int4 NOT NULL,
	"found" int4 NOT NULL
);

