Skip to content

Commit

Permalink
fix #112
Browse files Browse the repository at this point in the history
  • Loading branch information
15ho committed Mar 17, 2021
1 parent 6a3e380 commit 5b91e0d
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 @@ -75,4 +75,5 @@ var TypeMysqlMatchList = []struct {
{`^(bit)[(]\d+[)]`, "[]uint8"},
{`^(text)[(]\d+[)]`, "string"},
{`^(integer)[(]\d+[)]`, "int"},
{`^(timestamp)[(]\d+[)]`, "time.Time"},
}

0 comments on commit 5b91e0d

Please sign in to comment.