-- Table: public.version -- DROP TABLE public.version; CREATE TABLE public.version ( val int4 ) WITH OIDS;