mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-21 10:46:40 +08:00
fix 修复 sql书写错误
This commit is contained in:
parent
09a51478a5
commit
6742dcb33e
@ -57,4 +57,4 @@ create table flow_instance_biz_ext (
|
||||
) ENGINE = InnoDB COMMENT '流程实例业务扩展表';
|
||||
|
||||
ALTER TABLE `test_leave`
|
||||
ADD COLUMN `apply_code` varchar(50) NULL DEFAULT NULL COMMENT '申请编号' AFTER `tenant_id`;
|
||||
ADD COLUMN `apply_code` varchar(50) NOT NULL COMMENT '申请编号' AFTER `tenant_id`;
|
||||
|
Loading…
Reference in New Issue
Block a user