class AddUrlToReports < ActiveRecord::Migration[8.0] def change add_column :reports, :url, :string end end