add tinyint support
add tinyint support
This commit is contained in:
@@ -17,6 +17,7 @@ var TypeMysqlDicMp = map[string]string{
|
|||||||
"date": "time.Time",
|
"date": "time.Time",
|
||||||
"datetime": "time.Time",
|
"datetime": "time.Time",
|
||||||
"bit(1)": "int8",
|
"bit(1)": "int8",
|
||||||
|
"tinyint": "int8",
|
||||||
"tinyint(1)": "int8",
|
"tinyint(1)": "int8",
|
||||||
"tinyint(1) unsigned": "int8",
|
"tinyint(1) unsigned": "int8",
|
||||||
"json": "string",
|
"json": "string",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user