CREATE TABLE public."Content" ( "Id" uuid NOT NULL, "Filename" character varying NOT NULL, "Extension" character varying NOT NULL, "ParentType" numeric NOT NULL, "Uri" character varying NOT NULL, "LocationType" numeric NOT NULL ); ALTER TABLE public."Content" OWNER TO dmptool; ALTER TABLE ONLY public."Content" ADD CONSTRAINT "Content_pkey" PRIMARY KEY ("Id");