Sha256: 6e7b87184d3bf7fb6997b9088021c6810b5f5b2e0c3e776a6201906c134349cd
Contents?: true
Size: 558 Bytes
Versions: 5
Compression:
Stored size: 558 Bytes
Contents
Sequel.migration do change do create_table :reg_f700 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_ori_ded, String, size: 2 column :ind_nat_ded, String, size: 1 column :vl_ded_pis, BigDecimal, size: [18, 2] column :vl_ded_cofins, BigDecimal, size: [18, 2] column :vl_bc_oper, BigDecimal, size: [18, 2] column :cnpj, String, size: 14 column :inf_comp, String, size: 90 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems