Sha256: 984815143dcd59489227c0a4e3f282eddd1521f725c82062a5bf3e62f5923583
Contents?: true
Size: 708 Bytes
Versions: 9
Compression:
Stored size: 708 Bytes
Contents
Sequel.migration do change do create_table :reg_c690 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cst_icms, String, size: 3 column :cfop, String, size: 4 column :aliq_icms, BigDecimal, size: [18, 2] column :vl_opr, BigDecimal, size: [18, 2] column :vl_bc_icms, BigDecimal, size: [18, 2] column :vl_icms, BigDecimal, size: [18, 2] column :vl_red_bc, BigDecimal, size: [18, 2] column :vl_bc_icms_st, BigDecimal, size: [18, 2] column :vl_icms_st, BigDecimal, size: [18, 2] column :cod_obs, String, size: 6 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems