fix(mysql) timestamp marshall error , fix
Signed-off-by: JackyCZJ <chenzj@esixnetwork.net>
This commit is contained in:
parent
31d51deba5
commit
19432dbb37
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
connectionStringTemplate = `%s:%s@%s/%s`
|
connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
|
||||||
)
|
)
|
||||||
|
|
||||||
type MySQL struct {
|
type MySQL struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user