mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
add order id to trades table
This commit is contained in:
parent
bcff4de321
commit
3816dfa9c1
5
migrations/20201103173342_trades_add_order_id.sql
Normal file
5
migrations/20201103173342_trades_add_order_id.sql
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
-- +goose Up
|
||||||
|
ALTER TABLE `trades` ADD COLUMN `order_id` BIGINT UNSIGNED;
|
||||||
|
|
||||||
|
-- +goose Down
|
||||||
|
ALTER TABLE `trades` DROP COLUMN `order_id`;
|
Loading…
Reference in New Issue
Block a user