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", "datetime": "time.Time",
"tinyint(1)": "bool", "tinyint(1)": "bool",
"tinyint(1) unsigned": "bool", "tinyint(1) unsigned": "bool",
"tinyint(4)": "int8",
"json": "string", "json": "string",
"text": "string", "text": "string",
"timestamp": "time.Time", "timestamp": "time.Time",