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? 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. If you just want to do a single table through the MySQL Workbench. In MySQL Workbench: Connect to a MySQL Server Expand a Database Right Click on a table Select Copy To Clipboard Select Create Statement A