CREATE TABLE efd.sped_reinf_r2040_rec ( id bigserial NOT NULL, id_2040 bigint NOT NULL, tprepasse smallint NOT NULL, descrecurso varchar(20) NOT NULL, vlrbruto numeric(14,2) NOT NULL, vlrretapur numeric(14,2) NOT NULL ) WITH (oids = false);