Update logger/sql.go

Co-authored-by: Gabriel Aquino Oliveira <gabraquino@gmail.com>
This commit is contained in:
wangyuehong 2023-08-11 12:32:07 +09:00 committed by GitHub
parent 32e640f57f
commit b51187dff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ import (
"gorm.io/gorm/utils" "gorm.io/gorm/utils"
) )
// TimeParamFormat defines the format of the time parameter in ExpalianSQL. // TimeParamFormat defines the format of the time parameter in ExplainSQL.
var TimeParamFormat = "2006-01-02 15:04:05.999" var TimeParamFormat = "2006-01-02 15:04:05.999"
const ( const (