CREATE TABLE par_documento_fiscal_eletronico( filial integer NOT NULL, tempo_bloqueio integer NOT NULL, data_ultima_execucao date NOT NULL, hora_ultima_execucao time without time zone NOT NULL, sucesso_ultima_execucao character varying (1) NOT NULL, ultimo_nsu integer NOT NULL, CONSTRAINT pk_par_documento_fiscal_eletronico PRIMARY KEY (filial) );