jws-backend/prisma/migrations/20241030020133_fix_typos/migration.sql

10 lines
266 B
MySQL
Raw Permalink Normal View History

2024-10-30 09:02:29 +07:00
/*
Warnings:
- You are about to drop the column `workPermitIssuDate` on the `EmployeeWork` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "EmployeeWork" DROP COLUMN "workPermitIssuDate",
ADD COLUMN "workPermitIssueDate" DATE;