Update def.go

"date":                "time.Time",
	"datetime":            "time.Time",
This commit is contained in:
ls
2019-09-17 18:17:45 +08:00
committed by GitHub
parent ea06abde5c
commit 4a39ab9be8

View File

@@ -11,6 +11,8 @@ var TypeDicMp = map[string]string{
"bigint": "int64",
"varchar": "string",
"char": "string",
"decimal(18,2)": "float64",
"date": "time.Time",
"datetime": "time.Time",
"bit(1)": "bool",
"tinyint(1)": "bool",