1

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:


(source: postgresonline.com)

Glorfindel
  • 1,213
  • 3
  • 15
  • 22
Ian
  • 325
  • 1
  • 3
  • 19

2 Answers2

2

Use MySQL Workbench

0

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.

David Pashley
  • 23,151
  • 2
  • 41
  • 71