feat: v1.7.1新增支持sqlite&oracle分页限制等问题修复

This commit is contained in:
meilin.huang
2024-01-19 21:33:37 +08:00
parent 9a59749763
commit f4a64b96a9
18 changed files with 103 additions and 43 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `t_db_instance`
MODIFY `port` int (8) NULL comment '数据库端口',
MODIFY `username` varchar (255) NULL comment '数据库用户名';