84 lines
1.5 KiB
JSON
84 lines
1.5 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "drag_graph",
|
|
"title": "拖拽编程画布",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "画布ID",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "画布名称",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "描述",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "blocks",
|
|
"title": "块列表 JSON",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "connections",
|
|
"title": "连线列表 JSON",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "content",
|
|
"title": "编译产物(script_engine Python 脚本)",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"title": "状态(0草稿/1启用)",
|
|
"type": "str",
|
|
"length": 255,
|
|
"default": "1"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"title": "创建时间",
|
|
"type": "timestamp",
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"title": "更新时间",
|
|
"type": "timestamp",
|
|
"nullable": "no"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx_drag_graph_name",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"name"
|
|
]
|
|
},
|
|
{
|
|
"name": "idx_drag_graph_status",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"status"
|
|
]
|
|
}
|
|
],
|
|
"codes": []
|
|
} |