Sha256: 29baa9db281213aa0ffe5374a24fec6e61dd58918a7944a377e46bbb90580df0
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 Bytes
Contents
Sequel.migration do change do create_table :reg_m350 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :vl_tot_fol, BigDecimal, size: [18, 2] column :vl_exc_bc, BigDecimal, size: [18, 2] column :vl_tot_bc, BigDecimal, size: [18, 2] column :aliq_pis_fol, BigDecimal, size: [18, 2] column :vl_tot_cont_fol, BigDecimal, size: [18, 2] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems