This website requires JavaScript.
Explore
Help
Register
Sign In
lychiyu
/
bbgo_origin
Watch
1
Star
0
Fork
0
You've already forked bbgo_origin
mirror of
https://github.com/c9s/bbgo.git
synced
2024-11-10 09:11:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
77dfe213e5
bbgo_origin
/
migrations
/
mysql
/
20210215203116_add_pnl_column.sql
10 lines
73 B
MySQL
Raw
Normal View
History
Unescape
Escape
add strategy column
2021-02-15 12:35:27 +00:00
-- +up
-- +begin
migrations: merge pnl, strategy migration
2022-03-11 05:34:35 +00:00
SELECT
1
;
add strategy column
2021-02-15 12:35:27 +00:00
-- +end
-- +down
-- +begin
migrations: merge pnl, strategy migration
2022-03-11 05:34:35 +00:00
SELECT
1
;
add strategy column
2021-02-15 12:35:27 +00:00
-- +end
Reference in New Issue
Copy Permalink