CREATE TABLE IF NOT EXISTS public.ent_log_liberacao_balanca_peso ( filial_nota integer NOT NULL, filial_for integer NOT NULL, fornecedor integer NOT NULL, serie character varying(6) COLLATE pg_catalog."default" NOT NULL, nota integer NOT NULL, terminal_ip character varying(50) COLLATE pg_catalog."default" NOT NULL, usuario integer NOT NULL, data date NOT NULL, hora time without time zone NOT NULL, CONSTRAINT pk_ent_log_liberacao_balanca_peso PRIMARY KEY (filial_nota, filial_for, fornecedor, serie, nota) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.ent_log_liberacao_balanca_peso OWNER to postgres;