mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-08 21:50:13 +02:00
9 lines
207 B
SQL
9 lines
207 B
SQL
/*
|
|
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";
|