meshy/django-schema-graph

Many to many through connection

meshy opened this issue · 2 comments

meshy commented

Note to self: make sure many-to-many connections with explicit through tables are represented nicely. Are they represented on the graph twice?

meshy commented

Yep, it's showing the connection twice:
image

There are a few ways I could approach this, but for the moment, I think the simplest will be to not show the two-way arrow when there's a through table. Further improvements to this can come later, but I'm considering them out of scope.

meshy commented

I haven't yet found a clear way to distinguish between an auto-generated through table, and a manually assigned one.