Sha256: c69d5d866721cd0a6a5307ded1ab56377e780a4d319413bc7b03aabe0ab688db
Contents?: true
Size: 719 Bytes
Versions: 3
Compression:
Stored size: 719 Bytes
Contents
Sequel.migration do change do create_table :reg_c491 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :cod_item, String, size: 60 column :cst_pis, String, size: 2 column :cfop, String, size: 4 column :vl_item, BigDecimal, size: [18, 2] column :vl_bc_pis, BigDecimal, size: [18, 2] column :aliq_pis, BigDecimal, size: [18, 4] column :quant_bc_pis, BigDecimal, size: [18, 3] column :aliq_pis_quant, BigDecimal, size: [18, 4] column :vl_pis, BigDecimal, size: [18, 2] column :cod_cta, String, size: 255 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems