diff --git a/gin.go b/gin.go index f25c25f..6f30ab3 100644 --- a/gin.go +++ b/gin.go @@ -43,7 +43,7 @@ type GinPostgresqlLog struct { CostTime int64 `gorm:"type:bigint" json:"cost_time"` //【系统】花费时间 SystemHostName string `gorm:"type:text" json:"system_host_name"` //【系统】主机名 SystemInsideIp string `gorm:"type:text" json:"system_inside_ip"` //【系统】内网ip - GoVersion string `gorm:"type:bigint" json:"go_version"` //【程序】Go版本 + GoVersion string `gorm:"type:text" json:"go_version"` //【程序】Go版本 } // AutoMigrate 自动迁移 diff --git a/version.go b/version.go index b8d2157..07005de 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package golog -const Version = "1.0.10" +const Version = "1.0.11"