Database Schema design tool
May 15, 2009 4:55 AM
Subscribe
Can anyone recommend some software to help me draw database diagrams the way that I want to draw them...?
I can find lots of freeware and open source tools that will lets me draw a box for to represent a table with a list of columns underneath it. They let me draw a line between tables, but they don't let me draw a line between the columns.
For example, if I have two tables...
Table1 is called "Company" has columns called cid, name, vatnumber.
Table2 is called "Employee" has columns called eid, cid, name, socialsecuritynumber.
I can find tools that will draw a diagram with a connection between Company and Employee, but I can't find one that draws a connection between Company.cid and Employee.cid
[The MySQL workbox thingie draws a connection between them, but doesn't actually show the line in the relevant location...]
Any suggestions...?
posted by twine42 to computers & internet (11 comments total)
2 users marked this as a favorite
The reason for that is that you'll get a lot more crossed lines if they have to link to specific columns. Some tools will add descriptive text next to the lines to tell you the relative column names and type of relationship. I don't know of any that join to specific columns.
posted by SNACKeR at 5:11 AM on May 15