class ChangeSchoolCountryLength < ActiveRecord::Migration[6.0]
  def change
    change_column :Schools, :Country, :string, limit: 56, null: false
  end
end
