This commit is contained in:
15ho
2021-12-08 14:48:33 +08:00
parent d84ea1a50d
commit 82895f7fcf

View File

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