jws-backend/prisma/migrations/20250422024534_remove_lastname_requirement_employee/migration.sql

3 lines
78 B
MySQL
Raw Normal View History

2025-04-22 09:47:20 +07:00
-- AlterTable
ALTER TABLE "Employee" ALTER COLUMN "lastNameEN" DROP NOT NULL;