Skip to content

Commit

Permalink
Merge pull request #119 from 15ho/master
Browse files Browse the repository at this point in the history
fix #112
  • Loading branch information
xxjwxc authored Mar 17, 2021
2 parents 6a3e380 + 5b91e0d commit da730ee
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 da730ee

Please sign in to comment.