Sha256: 39870416498121bbe2f9764d1e15be5959d0657e3ae7d0ac34e4a019f2a5df77
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
Sequel.migration do change do create_table :reg_1600 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_part, String, size: 60 column :tot_credito, BigDecimal, size: [18, 2] column :tot_debito, BigDecimal, size: [18, 2] column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems