support blob

first char lowcase in arg
This commit is contained in:
lijunlong
2020-04-21 15:16:00 +08:00
parent 44ed2250e3
commit b9942453a3
4 changed files with 25 additions and 11 deletions

View File

@@ -35,6 +35,10 @@ var TypeMysqlDicMp = map[string]string{
"tinytext": "string",
"enum": "string",
"time": "time.Time",
"tinyblob": "[]byte",
"blob": "[]byte",
"mediumblob": "[]byte",
"longblob": "[]byte",
}
// TypeMysqlMatchMp Fuzzy Matching Types.模糊匹配类型