The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

20190317135723_add_uri_to_reports.rb 115 B

12345
  1. class AddUriToReports < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :reports, :uri, :string
  4. end
  5. end