Question

I've created an EER Model for a project and I have a couple diagrams inside the model.
My problem is that I have tables with the same name in all the diagrams and when I update one table, all with the same name suffer the same alterations.

How can I avoid this behavior and have a diagram independant from the others?

Was it helpful?

Solution

With MySQL Workbench it is possible to place the same table on more than one diagram. All these "instances" (we call them figures) represent the same db object. Hence changing that table it will appear changed on all diagrams. It's the same object after all.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top