Skip to content

Commit

Permalink
增加字段cn_stock_fund_flow_concept.name长度
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Dec 16, 2024
1 parent 962dd84 commit db9583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instock/core/tablestructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

CN_STOCK_SECTOR_FUND_FLOW = (('行业资金流', '概念资金流'),
({'name': 'stock_sector_fund_flow_rank', 'cn': '今日',
'columns': {'name': {'type': VARCHAR(20, _COLLATE), 'cn': '名称', 'size': 70},
'columns': {'name': {'type': VARCHAR(30, _COLLATE), 'cn': '名称', 'size': 70},
'change_rate': {'type': FLOAT, 'cn': '今日涨跌幅', 'size': 70},
'fund_amount': {'type': BIGINT, 'cn': '今日主力净流入-净额', 'size': 100},
'fund_rate': {'type': FLOAT, 'cn': '今日主力净流入-净占比', 'size': 70},
Expand Down

0 comments on commit db9583c

Please sign in to comment.