class AddScoreToInterviewInsights < ActiveRecord::Migration[7.0]
  def change
    add_column :interview_insights, :score, :integer
  end
end
