Update def.go

add geometry for mysql 5.7
This commit is contained in:
jianjun
2021-05-17 15:32:02 +08:00
committed by GitHub
parent 3abe0a8b26
commit c024b878e9

View File

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