foreign key relation

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

foreign key relation

Post by jkuiper » Tue 27 Sep 2011 10:40

Can I find foreign key relations in dbForge 5.0?

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Tue 27 Sep 2011 13:00

You can see foreign key relations by either of the ways:
1. Using Database Diagram.
You will need to create a database diagram and drag'n'drop objects from Database Explorer to the diagram. Foreign key relations are displayed as lines connecting tables on a diagram.
2. You can see related objects in Database Explorer. After expanding a node in the tree will appear sub-nodes two of which Depends On and Used By. After expanding the Depends On and Used By nodes you will see related objects.

Post Reply