mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
update 调整sql
This commit is contained in:
parent
8bc5478819
commit
dd83f0dc0c
@ -22,8 +22,8 @@ create table test_leave
|
||||
(
|
||||
id bigint not null comment '主键',
|
||||
leave_type varchar(255) not null comment '请假类型',
|
||||
startDate datetime not null comment '开始时间',
|
||||
endDate datetime not null comment '结束时间',
|
||||
start_date datetime not null comment '开始时间',
|
||||
end_date datetime not null comment '结束时间',
|
||||
leave_days int(10) not null comment '请假天数',
|
||||
remark varchar(255) null comment '请假原因',
|
||||
create_dept bigint null comment '创建部门',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user