jws-backend/prisma/migrations/20250422024534_remove_lastname_requirement_employee/migration.sql
Methapon2001 35ec6cc061
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
chore: migration
2025-04-22 09:47:20 +07:00

2 lines
78 B
SQL

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