Sha256: af9cf297e8099bfc5ad1e7831c7f2ec3bd7a3ae4e97b4824b8b498d1cdf829c8
Contents?: true
Size: 512 Bytes
Versions: 5
Compression:
Stored size: 512 Bytes
Contents
Sequel.migration do change do create_table :reg_d201 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cst_pis, String, size: 2 column :vl_item, BigDecimal, size: [18, 2] column :vl_bc_pis, BigDecimal, size: [18, 2] column :aliq_pis, 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