Update def.go

"bit(1)":              "bool",
This commit is contained in:
ls
2019-08-29 14:00:46 +08:00
committed by GitHub
parent 7e54d90441
commit 870cb050b4

View File

@@ -12,6 +12,7 @@ var TypeDicMp = map[string]string{
"varchar": "string",
"char": "string",
"datetime": "time.Time",
"bit(1)": "bool",
"tinyint(1)": "bool",
"tinyint(1) unsigned": "bool",
"tinyint(4)": "int8",