MySql database structure - reverse engineer with foreign keys
I have a MySql DB structure with foreign keys, how can I generate a diagram for it with table connecti开发者_开发问答ons for foreign keys.
I need to clear the DB so have to find the table dependencies thats why I want to generate tables with connections.
There are keys in tables such as KEY
FK228141202DDB7295
What is the tool for this?
Tools I know include MySQL Workbench and SchemaSpy. SchemaSpy is not MySQL specific and may be harder to set-up but it generates better graphs IMHO.
精彩评论