class AddEllInstrumentUsedToStudentDetails < ActiveRecord::Migration[6.0]
  def change
    add_column :StudentDetails, :ELLInstrumentUsed, :integer, null: true, default: :null
  end
end
