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? 回答1: 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. 回答2: If you just want to do a single table through the MySQL Workbench. In MySQL Workbench: