mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
remove is_buyer and is_maker columns
This commit is contained in:
parent
5a566c9c6e
commit
bcff4de321
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user