Merge pull request #137 from jianjungki/patch-1

Update def.go
This commit is contained in:
xxj
2021-05-17 17:34:11 +08:00
committed by GitHub

View File

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