Sha256: 02a91c3c8fa2ddf7cf0a16e860483954cc7606ab52ded1ff72e08d94a3992bfe
Contents?: true
Size: 598 Bytes
Versions: 5
Compression:
Stored size: 598 Bytes
Contents
Sequel.migration do change do create_table :reg_d101 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :ind_nat_frt, String, size: 1 column :vl_item, BigDecimal, size: [18, 2] column :cst_pis, String, size: 2 column :nat_bc_cred, String, size: 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