jws-backend/prisma/migrations/20241030020133_fix_typos/migration.sql
Methapon Metanipat df811c90b3 fix: typo
2024-10-30 09:02:35 +07:00

9 lines
266 B
SQL

/*
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;