mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 21:23:47 +08:00
feat 调整 mysql 、pgsql 初始化数据; 完善pgsql 兼容性,适配代码生成逻辑
This commit is contained in:
@@ -16,7 +16,7 @@ type SysAddonsConfig struct {
|
||||
AddonName any // 插件名称
|
||||
Group any // 分组
|
||||
Name any // 参数名称
|
||||
Type any // 键值类型:string,int,uint,bool,datetime,date
|
||||
Type any // 键值类型:string,int,uint,bool,TIMESTAMP,date
|
||||
Key any // 参数键名
|
||||
Value any // 参数键值
|
||||
DefaultValue any // 默认值
|
||||
|
||||
Reference in New Issue
Block a user