15ho 3 years ago
parent d84ea1a50d
commit 82895f7fcf

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

Loading…
Cancel
Save