Aymeric
Aymeric

Reputation: 906

Which UML Tool has been used to create this diagram?

I would like to know which UML Sofware has been used to create the UML Diagram on the Wordpress Developper Website : http://codex.wordpress.org/images/8/83/WP_27_dbsERD.png

alt text

Thanks!

Upvotes: 0

Views: 2670

Answers (2)

kovshenin
kovshenin

Reputation: 32602

Looks like some old version of MySQL Workbench to me. The new version creates more elegant pictures.

P.S. There are no actual foreign keys in WordPress, since they're based on MyISAM tables, so I guess those lines were drawn in Paint or smth :D

Upvotes: 3

Aymeric
Aymeric

Reputation: 906

OK I should have looked a little more.

The answer is MySQL Workbench : http://dev.mysql.com/downloads/workbench/5.0.html

Upvotes: 1

Related Questions