Commit 3153ede2 authored by wenwen.tang's avatar wenwen.tang 😕
parent f56ed3dd
...@@ -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