How to copy table between two models in Mysql workbench?

后端 未结 9 1946
小鲜肉
小鲜肉 2020-12-28 14:42

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?

9条回答
  •  轮回少年
    2020-12-28 15:21

    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.

提交回复
热议问题