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