diff --git a/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql b/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql new file mode 100644 index 00000000..1cd293b4 --- /dev/null +++ b/1-sql/2026-03-06/simulation_taskpool_flowtemplate_relate.sql @@ -0,0 +1 @@ +ALTER TABLE spdm_baseline.simulation_taskpool_flowtemplate_relate ADD `type` tinyint DEFAULT 0 NULL COMMENT '绑定模版类型 0:流程模版 1:报告模版 ';