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