update 优化 将Log记录异常长度改为5000

This commit is contained in:
疯狂的狮子Li
2024-11-14 16:23:52 +08:00
parent 41240fc415
commit b64ac8d7f6
4 changed files with 4 additions and 4 deletions

View File

@ -2005,7 +2005,7 @@ CREATE TABLE sys_oper_log
oper_param nvarchar(5000) DEFAULT '' NULL,
json_result nvarchar(5000) DEFAULT '' NULL,
status int DEFAULT ((0)) NULL,
error_msg nvarchar(2000) DEFAULT '' NULL,
error_msg nvarchar(5000) DEFAULT '' NULL,
oper_time datetime2(7) NULL,
cost_time bigint DEFAULT ((0)) NULL,
CONSTRAINT PK__sys_oper__34723BF9BD954573 PRIMARY KEY CLUSTERED (oper_id)