This commit is contained in:
xiexiaojun
2019-07-03 23:05:04 +08:00
parent 9db526f5ff
commit 282e2b0c7a

View File

@@ -14,6 +14,7 @@ var TypeDicMp = map[string]string{
"tinyint(1)": "bool",
"tinyint(1) unsigned": "bool",
"json": "string",
"text": "string",
}
//模糊匹配类型