Sha256: 392beae372a274caf71b695d7af2cd3e62d08b0b6135494135b718bae1b18640
Contents?: true
Size: 429 Bytes
Versions: 9
Compression:
Stored size: 429 Bytes
Contents
Sequel.migration do change do create_table :reg_d310 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