Sha256: e440de013546b059a06cc6d4afec41896217c77e95c4fd63da7027de2028b2b8
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
Sequel.migration do change do create_table :reg_p210 do column :id, :Bignum, primary_key: true column :id_pai, :Bignum, index: true, null: false column :ind_aj, String, size: 1 column :vl_aj, BigDecimal, size: [18, 2] column :cod_aj, String, size: 2 column :num_doc, String, size: 1000 column :descr_aj, String, size: 1000 column :dt_ref, Date column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
3 entries across 1 versions & 1 rubygems