문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top