update sql

pull/433/MERGE
RuoYi 2024-05-29 12:20:37 +08:00
parent f0efa914fe
commit 96b2c0d9b7
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ create table sys_oper_log (
oper_id bigint(20) not null auto_increment comment '日志主键',
title varchar(50) default '' comment '模块标题',
business_type int(2) default 0 comment '业务类型0其它 1新增 2修改 3删除',
method varchar(100) default '' comment '方法名称',
method varchar(200) default '' comment '方法名称',
request_method varchar(10) default '' comment '请求方式',
operator_type int(1) default 0 comment '操作类别0其它 1后台用户 2手机端用户',
oper_name varchar(50) default '' comment '操作人员',