class AddExecTimeToEvaluation < ActiveRecord::Migration[5.2]
  def change
    add_column :evaluate_records, :exec_time, :integer
  end
end