Skip to content

Commit

Permalink
fix #170
Browse files Browse the repository at this point in the history
  • Loading branch information
15ho committed Dec 8, 2021
1 parent d84ea1a commit 82895f7
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 @@ -85,4 +85,5 @@ var TypeMysqlMatchList = []struct {
{`^(integer)[(]\d+[)]`, "int"},
{`^(timestamp)[(]\d+[)]`, "time.Time"},
{`^(geometry)[(]\d+[)]`, "[]byte"},
{`^(set)[(][\s\S]+[)]`, "string"},
}

0 comments on commit 82895f7

Please sign in to comment.