添加smallint(6)类型

添加smallint(6)类型
This commit is contained in:
游浩
2019-11-07 16:02:54 +08:00
committed by GitHub
parent 680cd8218f
commit 64847fa68e

View File

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