Merge pull request #6 from taobaohi/patch-3

Update def.go
This commit is contained in:
xiaojunxie
2019-09-17 18:49:46 +08:00
committed by GitHub

View File

@@ -11,6 +11,8 @@ var TypeDicMp = map[string]string{
"bigint": "int64",
"varchar": "string",
"char": "string",
"decimal(18,2)": "float64",
"date": "time.Time",
"datetime": "time.Time",
"bit(1)": "bool",
"tinyint(1)": "bool",