jws-backend/prisma/migrations/20240614025514_remove_unintended_field/migration.sql

9 lines
203 B
MySQL
Raw Normal View History

2024-06-14 11:54:26 +07:00
/*
Warnings:
- You are about to drop the column `productId` on the `WorkService` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "WorkService" DROP COLUMN "productId";