Reputation: 1041
I'm using MySQL Workbench to build an EER (basically ERD) diagram for a client. I'm wondering if there are any settings (or plugins) available which align relationships to table columns?
At the moment my workbench is simply centering relationships between tables, but I'd like them to actually point to the columns within the tables (fk <--> pk).
Thanks!
Upvotes: 0
Views: 1576
Reputation: 53307
By selecting Model -> Relationship Notation -> Connect to Columns
you can change the display from the default:
to the way you expect it:
Upvotes: 1