/*
  Warnings:

  - Added the required column `isoCode` to the `Country` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE `Country` ADD COLUMN `isoCode` VARCHAR(191) NOT NULL;
