jws-backend/prisma/migrations/20240930024850_update_accident_relation/migration.sql
Methapon Metanipat 9358cac3f8 fix: relation
2024-09-30 10:46:43 +07:00

11 lines
289 B
SQL

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