feat(ai-web): 完成自研流程图的保存
This commit is contained in:
@@ -52,7 +52,7 @@ create table hudi_collect_build_b12.service_ai_flow_task_template
|
||||
created_time datetime(6) comment '记录创建时间',
|
||||
modified_time datetime(6) comment '记录更新时间',
|
||||
description varchar(255) comment '模板功能、内容说明',
|
||||
flow_graph longtext comment '前端流程图数据',
|
||||
flow_graph longtext not null comment '前端流程图数据',
|
||||
input_schema longtext not null comment '模板入参Schema',
|
||||
name varchar(255) not null comment '模板名称',
|
||||
primary key (id)
|
||||
|
||||
Reference in New Issue
Block a user