Sha256: 83784dc8f435f897dc5f9686fac6c70289183fa8a569f5e44502c24f49f5c5cf
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
Sequel.migration do change do create_table :reg_d101 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, 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: 255 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems