/*
  Warnings:

  - You are about to drop the column `userId` on the `transactiondetail` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `transactiondetail` DROP COLUMN `userId`;
