fix: dm_model_call_fact.catelogid长度10→32 (digital_human等超长catelogid)

This commit is contained in:
yumoqing 2026-07-21 17:25:19 +08:00
parent 237c09262f
commit ed0107347e

View File

@ -39,7 +39,7 @@
"name": "catelogid", "name": "catelogid",
"title": "目录ID", "title": "目录ID",
"type": "str", "type": "str",
"length": 10 "length": 32
}, },
{ {
"name": "userid", "name": "userid",