Update def.go

master
xxjwxc 5 years ago
parent a327605fb2
commit 6271a320f5

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

Loading…
Cancel
Save