CREATE TABLE public.vnd_aux_orcamento_filial_origem ( filial_orc integer NOT NULL, prox_aux_venda integer NOT NULL, filial_origem integer NOT NULL, orcamento_origem integer NOT NULL, CONSTRAINT pk_vnd_aux_orcamento_filial_origem PRIMARY KEY (filial_orc, prox_aux_venda) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.vnd_aux_orcamento_filial_origem OWNER to postgres;