CREATE TABLE public.vnd_aux_orcamento_divide_itens ( terminal_ip character varying(50) NOT NULL, filial_orc integer NOT NULL, orcamento integer NOT NULL, sequencia integer NOT NULL, faturar character varying(1) NOT NULL, novo_orcamento integer NOT NULL, nova_sequencia integer NOT NULL, CONSTRAINT pk_vnd_aux_orcamento_divide_itens PRIMARY KEY (terminal_ip, filial_orc, orcamento, sequencia) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.vnd_aux_orcamento_divide_itens OWNER to postgres;