class AddHighlightRoutineWorkouts < ActiveRecord::Migration[6.1]
  def change
    add_column :routine_workouts, :highlight, :boolean, default: false
  end
end