This commit is contained in:
Lunny Xiao 2021-08-05 12:45:03 +08:00
parent f0dad57395
commit 6aa027643b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ func (engine *Engine) dumpTables(tables []*schemas.Table, w io.Writer, tp ...sch
destURI := dialects.URI{ destURI := dialects.URI{
DBType: tp[0], DBType: tp[0],
DBName: uri.DBName, DBName: uri.DBName,
Schema: uri.Schema,
} }
dstDialect.Init(&destURI) dstDialect.Init(&destURI)
} }