Sha256: dd60ca3592a985b4a564bbe36581870ebd03e2fbf3d2f047f7da1a8edcd10db7
Contents?: true
Size: 411 Bytes
Versions: 5
Compression:
Stored size: 411 Bytes
Contents
Sequel.migration do change do create_table :reg_m400 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cst_pis, String, size: 2 column :vl_tot_rec, BigDecimal, size: [18, 2] column :cod_cta, String, size: 60 column :desc_compl, String, size: 1000 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems