Sha256: 26c19e36533d94309fea2292e591512a055a6f5d6496d18355ad43a9c4b9130c
Contents?: true
Size: 429 Bytes
Versions: 9
Compression:
Stored size: 429 Bytes
Contents
Sequel.migration do change do create_table :reg_d420 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_mun_orig, String, size: 7 column :vl_serv, BigDecimal, size: [18, 2] column :vl_bc_icms, BigDecimal, size: [18, 2] column :vl_icms, 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