diff --git a/migrations/20201102222546_orders.sql b/migrations/20201102222546_orders.sql index a5d0243eb..7285d347f 100644 --- a/migrations/20201102222546_orders.sql +++ b/migrations/20201102222546_orders.sql @@ -13,8 +13,6 @@ CREATE TABLE `orders` `executed_quantity` DECIMAL(16, 8) UNSIGNED NOT NULL, `fee` DECIMAL(16, 8) UNSIGNED NOT NULL, `fee_currency` VARCHAR(4) NOT NULL, - `is_buyer` BOOLEAN NOT NULL DEFAULT FALSE, - `is_maker` BOOLEAN NOT NULL DEFAULT FALSE, `side` VARCHAR(4) NOT NULL DEFAULT '', `created_at` DATETIME(6) NOT NULL,