hh-vue/sql/warm/v1-upgrade/warm-flow_1.2.6.sql

4 lines
218 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `test_leave` MODIFY
COLUMN `flow_status` varchar(20)
DEFAULT NULL COMMENT '流程状态0待提交 1审批中 2 审批通过 3自动通过 8已完成 9已退回 10失效'
AFTER `node_type`;