Sha256: 84da2fcf0c7ee2050f9871b105c49e5ab33c87bfcbd0c1c14980df13f075beaf
Contents?: true
Size: 334 Bytes
Versions: 9
Compression:
Stored size: 334 Bytes
Contents
Sequel.migration do change do create_table :reg_d360 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :vl_pis, BigDecimal, size: [18, 2] column :vl_cofins, 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