mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 新增 请假表 申请编号字段sql
This commit is contained in:
@ -55,3 +55,6 @@ create table flow_instance_biz_ext (
|
||||
business_id varchar(255) null comment '业务Id',
|
||||
PRIMARY KEY (id)
|
||||
) ENGINE = InnoDB COMMENT '流程实例业务扩展表';
|
||||
|
||||
ALTER TABLE `test_leave`
|
||||
ADD COLUMN `apply_code` varchar(50) NULL DEFAULT NULL COMMENT '申请编号' AFTER `tenant_id`;
|
||||
|
Reference in New Issue
Block a user