jws-backend/prisma/migrations/20250404040846_add/migration.sql
Kanjana c89968dd92
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
fix bug in user, employee, institution,requestList
2025-04-04 14:35:28 +07:00

2 lines
79 B
SQL

-- AlterTable
ALTER TABLE "Employee" ALTER COLUMN "dateOfBirth" DROP NOT NULL;