jws-backend/prisma/migrations/20241107095909_add_institution_name_eng/migration.sql

9 lines
238 B
MySQL
Raw Normal View History

2024-11-07 16:59:26 +07:00
/*
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;