jws-backend/prisma/migrations/20241107095909_add_institution_name_eng/migration.sql
2024-11-07 16:59:26 +07:00

8 lines
238 B
SQL

/*
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;