class ChangeZipCodeToStringForUser < ActiveRecord::Migration[6.0]
  def change
    change_column :users, :zip_code, :string, limit: 20
  end
end
