* fix: 表结构同步修复
* fix: 达梦低权限兼容,pgsql bool值转换
This commit is contained in:
zongyangleo
2025-03-17 11:12:52 +00:00
committed by Coder慌
parent bc21ba7c1e
commit 3c0292b56e
10 changed files with 77 additions and 24 deletions

View File

@@ -682,7 +682,7 @@ CREATE TABLE `t_sys_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` tinyint(4) NOT NULL COMMENT '类型',
`description` varchar(255) DEFAULT NULL COMMENT '描述',
`req_param` varchar(2000) DEFAULT NULL COMMENT '请求信息',
`req_param` text DEFAULT NULL COMMENT '请求信息',
`resp` text DEFAULT NULL COMMENT '响应信息',
`creator` varchar(36) NOT NULL COMMENT '调用者',
`creator_id` bigint(20) NOT NULL COMMENT '调用者id',