From db9583cbc661081f801313f289c45195dfaf4a5d Mon Sep 17 00:00:00 2001 From: myhhub Date: Mon, 16 Dec 2024 08:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5cn=5Fstock?= =?UTF-8?q?=5Ffund=5Fflow=5Fconcept.name=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- instock/core/tablestructure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instock/core/tablestructure.py b/instock/core/tablestructure.py index 44c841f00..5e5a0452b 100644 --- a/instock/core/tablestructure.py +++ b/instock/core/tablestructure.py @@ -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},