feat: add name english for institution

This commit is contained in:
Methapon Metanipat 2024-11-07 16:59:26 +07:00
parent abcb445b40
commit 74dbde34ea
3 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,8 @@
/*
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;