class AddIntelligentToExam < ActiveRecord::Migration[5.2]
  def change
    add_column :examination_banks, :intelligent, :boolean, default: false
  end
end