2024-06-07 13:31:22 +02:00

12 lines
267 B
SQL

/*
Warnings:
- You are about to drop the column `id_offer` on the `Trade` table. All the data in the column will be lost.
*/
-- DropForeignKey
ALTER TABLE "Trade" DROP CONSTRAINT "Trade_id_offer_fkey";
-- AlterTable
ALTER TABLE "Trade" DROP COLUMN "id_offer";