Skip to content

Commit

Permalink
Change sys_log_api message field length
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Oct 28, 2024
1 parent 6c8f7eb commit f5893c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/20221210.sql
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ create table sys_log_api (
end_time datetime comment '结束时间',
cost_time bigint(20) default 0 comment '耗时',
status_code varchar(32) default '' comment '状态码',
message varchar(128) default '' comment '消息',
message varchar(2000) default '' comment '消息',
create_by varchar(64) default '' comment '创建者',
create_time datetime comment '创建时间',
update_by varchar(64) default '' comment '更新者',
Expand Down

0 comments on commit f5893c5

Please sign in to comment.