class AddEdfiIdToStudents < ActiveRecord::Migration[6.0]
  def change
    add_column :Students, :edfi_id, :string, after: :AlertComments
  end
end
