Matthew Spence
Matthew Spence

Reputation: 1041

MySQL Workbench EER/ERD Diagram - graphical relationships

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).

Example Image

Thanks!

Upvotes: 0

Views: 1576

Answers (1)

Mike Lischke
Mike Lischke

Reputation: 53307

By selecting Model -> Relationship Notation -> Connect to Columns you can change the display from the default:

enter image description here

to the way you expect it:

enter image description here

Upvotes: 1

Related Questions