fix(models): llm_usage.project_id标题去内嵌单引号——json2ddl渲染comment不转义,含'0'的title生成CREATE TABLE直接1064语法错(测试机create_tables.py实抓,错误=1即此);哨兵值语义不变

This commit is contained in:
yumoqing 2026-09-11 15:42:04 +08:00
parent 6d0ecc5d21
commit 0f0757d12b

View File

@ -78,7 +78,7 @@
},
{
"name": "project_id",
"title": "项目ID(sd_projects.id;'0'=非项目调用,按项目统计费用,查询不传=不区分项目)",
"title": "项目ID(sd_projects.id; 0=非项目调用哨兵值,按项目统计费用,查询不传=不区分项目)",
"type": "str",
"length": 32,
"nullable": "no",