Table-Transfer-Tool:

The Table-Transfer-Tool of the "DatabaseExplorer" offers an easy way to transfer database-structures from one database to another.

If you want to transfer tables from one database to another with the same database-type (for example two MySQL-Databases) then the structure will keep as it is.
But you can also transfer tables from different database-types. Then the tool translates unknown column-types from the source-database to similar column-types of the target database and also respect their sizes for fully match.
Indexes and Dependencies will be transferred as well (not 100% functional yet).