/* Warnings: - Added the required column `nameEN` to the `Institution` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "Institution" ADD COLUMN "nameEN" TEXT NOT NULL;