more type support

binary(n),tinyint(n) unsigned support.
This commit is contained in:
xxjwxc
2020-04-04 19:12:14 +08:00
parent 7d4b41269b
commit a327605fb2
4 changed files with 34 additions and 19 deletions

View File

@@ -90,7 +90,7 @@ func initConfig() {
os.Exit(1)
} else {
fmt.Println("using config info:")
fmt.Println(tools.GetJSONStr(config.GetMysqlDbInfo()))
fmt.Println(tools.GetJSONStr(config.GetMysqlDbInfo(), true))
}
}