Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to synchronize two Mysql Workbench diagrams?

I'm work in a development group, any can add, edit or remove tables of a MySQL Workbench ERD Diagram.

I don't know any strategy for merge / synchronize the changes in both diagrams.

Sincronize positions over the diagram on each new table, removed tables.

I have a MySQL model of 130 tables, the ERD diagram is too big, tools as GIT don't work on .mwb files.

like image 466
Jose Nobile Avatar asked Jul 31 '12 19:07

Jose Nobile


2 Answers

[Solution]
If you have two or more .mwb files and want to merge models into only one file, then open file1.mwb and go to
File -> Include Model -> Select file2.mwb and the model appears in the file1.mwb

like image 153
Mata Avatar answered Oct 13 '22 00:10

Mata


This is an hack, but do a "Database > Synchronize with Any Source" of both diagrams into the same database and in the future use just one diagram.

like image 26
André Ricardo Avatar answered Oct 12 '22 23:10

André Ricardo