This commit is contained in:
yuhaiming
2026-04-24 14:14:41 +08:00
parent 0e02ae4bdc
commit def9b89ecd
881 changed files with 90160 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE flow_node MODIFY (node_ratio VARCHAR2(200) DEFAULT NULL NULL);
COMMENT ON COLUMN flow_node.node_ratio IS '流程签署比例值';
ALTER TABLE flow_node DROP COLUMN handler_type;
ALTER TABLE flow_node DROP COLUMN handler_path;