Sha256: d5393a641b38cec9bc8c2b34d6d7e4cc891b500785dacae013813d237d5bc4c7
Contents?: true
Size: 349 Bytes
Versions: 9
Compression:
Stored size: 349 Bytes
Contents
Sequel.migration do change do create_table :reg_h005 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :dt_inv, Date column :vl_inv, BigDecimal, size: [18, 2] column :mot_inv, String, size: 2 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems