What would be the best way to get a visual representation of a group of MySQL tables' foreign key constraints? (other than drawing them out by hand)

Something like this:

link|improve this question

60% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Use MySQL Workbench

link|improve this answer
feedback

SQLFairy should be able to produce a number of different graphical outputs (as well as translating between different dialects of SQL). You should be able to produce what you're looking for using those.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.