fix(域模型v2): 脚本绑定回退为DB既有三级(world/scene/entity)+game_id冗余

This commit is contained in:
pipeline-agent 2026-08-30 14:08:25 +08:00
parent d8b0e44e82
commit e7f99bb026

View File

@ -45,14 +45,20 @@
"length": 255
},
{
"name": "bind_type",
"title": "绑定级 game/world/scene/entity",
"name": "world_id",
"title": "世界级脚本",
"type": "str",
"length": 16
"length": 32
},
{
"name": "bind_id",
"title": "绑定对象ID",
"name": "scene_id",
"title": "场景级脚本",
"type": "str",
"length": 32
},
{
"name": "entity_id",
"title": "实体级脚本",
"type": "str",
"length": 32
},