class AddGenresToIgdbMatchSuggestions < ActiveRecord::Migration[8.1] def change add_column :igdb_match_suggestions, :igdb_genres, :text, array: true, default: [] end end