How to synchronize two Mysql Workbench diagrams?

Viewed 3518

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.

2 Answers
Related