Merge pull request #119 from 15ho/master

fix #112
This commit is contained in:
xxj
2021-03-17 15:53:59 +08:00
committed by GitHub

View File

@@ -75,4 +75,5 @@ var TypeMysqlMatchList = []struct {
{`^(bit)[(]\d+[)]`, "[]uint8"},
{`^(text)[(]\d+[)]`, "string"},
{`^(integer)[(]\d+[)]`, "int"},
{`^(timestamp)[(]\d+[)]`, "time.Time"},
}