We have a MySQL Workbench project with two tabs (two schemas / two databases).
- If we create a table in the first tab, it will join the schema
magikweb_dev_igcweb. - If we create a table in the second tab, it will be attached to the schema
magikweb_dev_igcweb_archive.
If we copy, paste / duplicate the table from the first tab to the second, the resulting table will remain in the first scheme. How can you change the table layout?
Each schema is associated with a specific database, so when we use the "Synchronize Model ..." function, it correctly links all the tables.

source
share