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
a0e49fb2ba
bbgo_origin
/
migrations
/
mysql
/
20201211175751_fix_symbol_length.sql
6 lines
37 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix built-in migrations
2021-01-15 02:31:37 +00:00
-- +up
migrations: merge orders,trades migration
2022-03-11 05:32:40 +00:00
SELECT
1
;
add symbol column length fix migration
2020-12-11 09:58:11 +00:00
fix built-in migrations
2021-01-15 02:31:37 +00:00
-- +down
migrations: merge orders,trades migration
2022-03-11 05:32:40 +00:00
SELECT
1
;
Reference in New Issue
Copy Permalink