jws-backend/prisma/migrations/20240930024850_update_accident_relation/migration.sql

12 lines
289 B
MySQL
Raw Normal View History

2024-09-30 09:48:35 +07:00
/*
Warnings:
- You are about to drop the column `customerId` on the `Quotation` table. All the data in the column will be lost.
*/
-- DropForeignKey
ALTER TABLE "Quotation" DROP CONSTRAINT "Quotation_customerId_fkey";
-- AlterTable
ALTER TABLE "Quotation" DROP COLUMN "customerId";