-- Table: public.pet_aux_animal_historico_consulta -- DROP TABLE public.pet_aux_animal_historico_consulta; CREATE TABLE public.pet_aux_animal_historico_consulta ( usuario integer NOT NULL, sequencia integer NOT NULL, filial_orc integer NOT NULL, orcamento integer NOT NULL, orcamento_seq integer NOT NULL, animal integer NOT NULL, data_retorno date NOT NULL, observacoes character varying COLLATE pg_catalog."default" NOT NULL, CONSTRAINT pk_pet_aux_animal_historico_consulta PRIMARY KEY (sequencia) ) TABLESPACE pg_default; ALTER TABLE public.pet_animal_historico OWNER to postgres;