refactor: code review

This commit is contained in:
meilin.huang
2023-12-27 19:55:36 +08:00
parent 4ac9f02d6a
commit a0582192bf
8 changed files with 32 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ const (
func (dbType DbType) MetaDbName() string {
switch dbType {
case DbTypeMysql:
return "mysql"
return ""
case DbTypePostgres:
return "postgres"
case DM: