Sha256: 516a3d84b8f5511a8e025827070d52ed545ba6d98f3a1ede147a953acdae9839
Contents?: true
Size: 756 Bytes
Versions: 9
Compression:
Stored size: 756 Bytes
Contents
Sequel.migration do change do create_table :reg_c190 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_bc_icms_st, BigDecimal, size: [18, 2] column :vl_icms_st, BigDecimal, size: [18, 2] column :vl_red_bc, BigDecimal, size: [18, 2] column :vl_ipi, 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