jws-backend/prisma/migrations/20240610074721_update_field/migration.sql

12 lines
265 B
MySQL
Raw Normal View History

2024-06-10 16:06:33 +07:00
/*
Warnings:
- You are about to drop the column `imageUrl` on the `Product` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "EmployeeWork" ADD COLUMN "remark" TEXT;
-- AlterTable
ALTER TABLE "Product" DROP COLUMN "imageUrl";