This commit is contained in:
谢小军
2019-08-29 00:17:50 +08:00
parent 8bad9da139
commit 7e54d90441

View File

@@ -14,6 +14,7 @@ var TypeDicMp = map[string]string{
"datetime": "time.Time",
"tinyint(1)": "bool",
"tinyint(1) unsigned": "bool",
"tinyint(4)": "int8",
"json": "string",
"text": "string",
"timestamp": "time.Time",