CREATE TABLE public.ent_log_liberacao_nota_entrada_tributos ( filial_nota integer NOT NULL, filial_for integer NOT NULL, fornecedor integer NOT NULL, serie character varying(6) NOT NULL, nota integer NOT NULL, terminal_ip character varying(15) NOT NULL, usuario integer NOT NULL, data date NOT NULL, hora time without time zone NOT NULL, CONSTRAINT pk_ent_log_liberacao_nota_entrada_tributos PRIMARY KEY (filial_nota, filial_for, fornecedor, nota, serie) ) WITH ( OIDS=FALSE ); ALTER TABLE public.ent_log_liberacao_nota_entrada_tributos OWNER TO postgres;