I'm making an ERD of my database, and am stuck with a little dilemma.
Consider the tables foo
and bar
. foo
has three columns that are foreign keys, referencing to bar
's primary key. My question is: in the ERD do I represent this with just one line between those two tables, or do I use three lines?