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 "length": 255
}, },
{ {
"name": "bind_type", "name": "world_id",
"title": "绑定级 game/world/scene/entity", "title": "世界级脚本",
"type": "str", "type": "str",
"length": 16 "length": 32
}, },
{ {
"name": "bind_id", "name": "scene_id",
"title": "绑定对象ID", "title": "场景级脚本",
"type": "str",
"length": 32
},
{
"name": "entity_id",
"title": "实体级脚本",
"type": "str", "type": "str",
"length": 32 "length": 32
}, },