This commit is contained in:
谢小军
2019-11-27 18:11:05 +08:00
parent 7f2972f41b
commit 5cd0ac62ae
7 changed files with 57 additions and 105 deletions

View File

@@ -21,6 +21,7 @@ var TypeMysqlDicMp = map[string]string{
"json": "string",
"text": "string",
"timestamp": "time.Time",
"double": "float64",
}
// TypeMysqlMatchMp Fuzzy Matching Types.模糊匹配类型