mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 将Log记录参数长度扩充为5000更符合实际需求
This commit is contained in:
@ -2002,8 +2002,8 @@ CREATE TABLE sys_oper_log
|
||||
oper_url nvarchar(255) DEFAULT '' NULL,
|
||||
oper_ip nvarchar(128) DEFAULT '' NULL,
|
||||
oper_location nvarchar(255) DEFAULT '' NULL,
|
||||
oper_param nvarchar(2000) DEFAULT '' NULL,
|
||||
json_result nvarchar(2000) DEFAULT '' NULL,
|
||||
oper_param nvarchar(5000) DEFAULT '' NULL,
|
||||
json_result nvarchar(5000) DEFAULT '' NULL,
|
||||
status int DEFAULT ((0)) NULL,
|
||||
error_msg nvarchar(2000) DEFAULT '' NULL,
|
||||
oper_time datetime2(7) NULL,
|
||||
|
Reference in New Issue
Block a user