Sha256: c457affdb9d30a8bb5ae8a7f51136ad58d86cd3527ea9dbd35cb06ff047c8d7a
Contents?: true
Size: 707 Bytes
Versions: 5
Compression:
Stored size: 707 Bytes
Contents
Sequel.migration do change do create_table :reg_c181 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cst_pis, String, size: 2 column :cfop, String, size: 4 column :vl_item, BigDecimal, size: [18, 2] column :vl_desc, 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: 60 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
5 entries across 3 versions & 1 rubygems