You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Feature Request: Visual Merge/Bundle of Multiple Relationships Between Same Tables
Description:
Problem
Currently, when multiple relationships exist between the same two tables, each Ref creates a separate line in the diagram. This can create visual clutter and make diagrams harder to read, especially with complex schemas.
Proposed Solution
Add the ability to visually merge/bundle multiple relationship lines between the same tables into a single line with annotations.
Example Use Case
Table Order {
id int [pk]
customer_id int [ref: > Customer.id]
billing_address_id int [ref: > Address.id]
shipping_address_id int [ref: > Address.id]
}
Currently: 2 separate lines from Order to Address
Desired: 1 bundled line with labels (billing/shipping)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Voici une suggestion formatée pour GitHub :
Title: Feature Request: Visual Merge/Bundle of Multiple Relationships Between Same Tables
Description:
Problem
Currently, when multiple relationships exist between the same two tables, each
Refcreates a separate line in the diagram. This can create visual clutter and make diagrams harder to read, especially with complex schemas.Proposed Solution
Add the ability to visually merge/bundle multiple relationship lines between the same tables into a single line with annotations.
Example Use Case
Currently: 2 separate lines from Order to Address
Desired: 1 bundled line with labels (billing/shipping)
Suggested Syntax
Benefits
Alternative
At minimum, allow grouping relationships visually with color coding or line bundling options.
Visual example:
ADR_

ref: T1.Adress - T2.ADR_STREET_NUMBER
ref: T1.Adress - T2.ADR_STREET_NAME
Beta Was this translation helpful? Give feedback.
All reactions