class ChangeSchoolsStateLength < ActiveRecord::Migration[6.0]
  def change
    change_column :Schools, :State, :string, null: true, default: nil, limit: 32
  end
end
