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