Search code examples
mysql-workbenchmysqlworkbencheer-model

How to copy table between two models in Mysql workbench?


I am doing some databese thing, I need copy one table from one model to another, but i try many ways there no effect. Is there any way for doing this?


Solution

  • Your best option is probably to create a stripped down version of the model that contains the objects you want to carry over. Then open the target model and run File -> Include Model.... Select the stripped down source model and there you go.