mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
11 lines
132 B
SQL
11 lines
132 B
SQL
-- +up
|
|
-- +begin
|
|
CREATE TABLE `bybit_klines` LIKE `binance_klines`;
|
|
-- +end
|
|
|
|
-- +down
|
|
|
|
-- +begin
|
|
DROP TABLE `bybit_klines`;
|
|
-- +end
|