You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
194 B
MySQL
4 lines
194 B
MySQL
|
4 weeks ago
|
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;
|