How to keep my table position when import another computer?

  1. move the position of the table via mouse dragging
  2. export to postgresql via erd export
  3. import the corresponding exported erd file on another user’s computer

The problem is that when I import from another computer,
the position of the table that I moved is not maintained, and auto-arranged.
if there is currently a way to fix this?

Hi @seongjun_Min,

I’m Nguyen from the dbdiagram team. Thank you for your question.

The exported SQL does not contain the diagram positions so when you import it again, the position is lost.

To clone the diagram and positions, you can share your diagram with view permission to other people. They can click the “Edit as New” button to clone the diagrams together with their current positions (see image below).

Regards.