jws-backend/prisma/migrations/20250425040315_add/migration.sql
Kanjana 7fe0512a2f
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
add troubleshooting controller and field otherNationality
2025-04-25 11:59:46 +07:00

2 lines
77 B
SQL

-- AlterTable
ALTER TABLE "Employee" ADD COLUMN "otherNationality" TEXT;