You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
194 B
3 lines
194 B
ALTER TABLE flow_node MODIFY COLUMN node_ratio varchar(200) NULL COMMENT '流程签署比例值';
|
|
ALTER TABLE flow_node DROP COLUMN handler_type;
|
|
ALTER TABLE flow_node DROP COLUMN handler_path;
|
|
|