镜像自地址
https://github.com/beego/bee.git
已同步 2025-07-17 18:22:17 +00:00
add time into temporal type
这个提交包含在:
@@ -892,7 +892,7 @@ func camelCase(in string) string {
|
||||
}
|
||||
|
||||
func isSQLTemporalType(t string) bool {
|
||||
return t == "date" || t == "datetime" || t == "timestamp"
|
||||
return t == "date" || t == "datetime" || t == "timestamp" || t == "time"
|
||||
}
|
||||
|
||||
func isSQLStringType(t string) bool {
|
||||
|
在新工单中引用
屏蔽一个用户