Skip to content

Commit

Permalink
Update types.go (zeromicro#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
doptime authored Dec 15, 2021
1 parent 776e6e6 commit 171afaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/goctl/model/sql/converter/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ var commonMysqlDataTypeMap2 = map[string]string{
// string
"char": "string",
"varchar": "string",
"binary": "string",
"binary": "string",
"bytea": "string",
"varbinary": "string",
"tinytext": "string",
"text": "string",
Expand Down

0 comments on commit 171afaa

Please sign in to comment.