123456789101112 |
- /*
- Warnings:
- - You are about to drop the column `userId` on the `vendor_experiences` table. All the data in the column will be lost.
- - You are about to drop the column `userKeycloakId` on the `vendor_experiences` table. All the data in the column will be lost.
- */
- -- AlterTable
- ALTER TABLE "vendor_experiences" DROP COLUMN "userId",
- DROP COLUMN "userKeycloakId",
- ADD COLUMN "content" TEXT;
|