class ChangeCountryIsoCode < ActiveRecord::Migration[6.0]
  def change
    change_column :iso_countries, :code, :string, limit: 4
  end
end
