class AddSummaryToIgdbMatchSuggestions < ActiveRecord::Migration[8.1] def change add_column :igdb_match_suggestions, :igdb_summary, :text end end