Sha256: 0193b37b685ab1ec68691aaab6c418b122acb9bd3f05a1b0d1ef38498ec43dfc
Contents?: true
Size: 593 Bytes
Versions: 9
Compression:
Stored size: 593 Bytes
Contents
Sequel.migration do change do create_table :reg_e250 do column :id, Integer, primary_key: true column :id_pai, Integer, index: true, null: false column :cod_or, String, size: 3 column :vl_or, BigDecimal, size: [18, 2] column :dt_vcto, Date column :cod_rec, String, size: 1000 column :num_proc, String, size: 15 column :ind_proc, String, size: 1 column :proc, String, size: 1000 column :txt_compl, String, size: 1000 column :mes_ref, String, size: 6 column :cnpj_pai, String, size: 14, index: true end end end
Version data entries
9 entries across 3 versions & 1 rubygems