fix #170
This commit is contained in:
@@ -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"},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user