Update def.go

This commit is contained in:
xxjwxc
2020-04-04 19:15:44 +08:00
parent a327605fb2
commit 6271a320f5

View File

@@ -34,6 +34,7 @@ var TypeMysqlDicMp = map[string]string{
"float": "float32",
"tinytext": "string",
"enum": "string",
"time": "time.Time",
}
// TypeMysqlMatchMp Fuzzy Matching Types.模糊匹配类型