Sha256: f6c45f0948f7e4ccffb317a2e499f175b5cec9b887b3a24418e166a68baa05d0
Contents?: true
Size: 334 Bytes
Versions: 9
Compression:
Stored size: 334 Bytes
Contents
Sequel.migration do change do create_table :reg_c410 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