CREATE TABLE IF NOT EXISTS public.rpc_automatica_pagar_historico ( filial integer NOT NULL, ultima_sequencia integer NOT NULL, CONSTRAINT pk_rpc_automatica_pagar_historico PRIMARY KEY (filial) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.rpc_automatica_pagar_historico OWNER to postgres;