Commit 90e3aeea authored by stephen.wang's avatar stephen.wang

Merge remote-tracking branch 'origin/dev-dividend' into dev-dividend

parents f0d9ea5d 3153ede2
...@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS robo_assets_pool ...@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS robo_assets_pool
DEFAULT CHARSET = utf8mb4 COMMENT '资产池'; DEFAULT CHARSET = utf8mb4 COMMENT '资产池';
CREATE TABLE IF NOT EXISTS robo_indicator CREATE TABLE IF NOT EXISTS robo_indicator
( (
`ri_rbd_id` bigint(20) NOT NULL, `ri_rbd_id` bigint(20) NOT NULL,
`ri_date` datetime NOT NULL, `ri_date` datetime NOT NULL,
`ri_annual` double NOT NULL, `ri_annual` double NOT NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment