class AddHighlightedAttributesToQuery < ActiveRecord::Migration[5.1] def change add_column :queries, :highlighted_attributes, :text end end