Skip to content

Commit

Permalink
Update def.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zilinyo authored Feb 29, 2020
1 parent ce39045 commit 3e9ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/view/cnf/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var TypeMysqlDicMp = map[string]string{
"mediumtext": "string",
"longtext": "string",
"float": "float32",
"tinytext": "stirng",
"tinytext": "string",
"enum": "string",
}

Expand Down

0 comments on commit 3e9ca8e

Please sign in to comment.