Sha256: c6d2420b48dfb35ae9050f171b06c4ff78c3e2f9ff3001222c8607b68b076f16
Contents?: true
Size: 462 Bytes
Versions: 9
Compression:
Stored size: 462 Bytes
Contents
Sequel.migration do change do create_table :reg_e510 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cfop, String, size: 4 column :cst_ipi, String, size: 2 column :vl_cont_ipi, BigDecimal, size: [18, 2] column :vl_bc_ipi, BigDecimal, size: [18, 2] column :vl_ipi, 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