Skip to content

Commit

Permalink
Update def.go
Browse files Browse the repository at this point in the history
add geometry for mysql 5.7
  • Loading branch information
jianjungki authored May 17, 2021
1 parent 3abe0a8 commit c024b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/view/cnf/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ var TypeMysqlMatchList = []struct {
{`^(text)[(]\d+[)]`, "string"},
{`^(integer)[(]\d+[)]`, "int"},
{`^(timestamp)[(]\d+[)]`, "time.Time"},
{`^(geometry)[(]\d+[)]`, "[]byte"},
}

0 comments on commit c024b87

Please sign in to comment.