CREATE TABLE IF NOT EXISTS public.rlc_ent_nota_x_pagar ( filial_nota integer NOT NULL, filial_for integer NOT NULL, fornecedor integer NOT NULL, serie character varying(6) NOT NULL, numero integer NOT NULL, filial_dup_pag integer NOT NULL, sequencia_dup integer NOT NULL, terminal_ip character varying(20) NOT NULL, usuario integer NOT NULL, data date NOT NULL, hora time without time zone NOT NULL, CONSTRAINT pk_rlc_ent_nota_x_pagar PRIMARY KEY (filial_nota, filial_for, fornecedor, serie, numero, filial_dup_pag, sequencia_dup) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.rlc_ent_nota_x_pagar OWNER to postgres;