Sha256: 0ba0f116a0f53ea5398b539cae75c09c120b71527fa520e20268931a2ae68570
Contents?: true
Size: 946 Bytes
Versions: 5
Compression:
Stored size: 946 Bytes
Contents
Sequel.migration do change do create_table :reg_m100 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_cred, String, size: 3 column :ind_cred_ori, String, size: 1 column :vl_bc_cred, BigDecimal, size: [18, 2] column :aliq_pis, BigDecimal, size: [18, 4] column :quant_bc_pis, BigDecimal, size: [18, 3] column :aliq_pis_quant, BigDecimal, size: [18, 4] column :vl_cred, BigDecimal, size: [18, 2] column :vl_ajus_acres, BigDecimal, size: [18, 2] column :vl_ajus_reduc, BigDecimal, size: [18, 2] column :vl_cred_dif, BigDecimal, size: [18, 2] column :vl_cred_disp, BigDecimal, size: [18, 2] column :ind_desc_cred, String, size: 1 column :vl_cred_desc, BigDecimal, size: [18, 2] column :sld_cred, BigDecimal, size: [18, 2] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems