PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

As a user I want to see a graphical illustration of how foreign keys are being used in my execution list #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a page where I can see how the different tables are connected to each other.

The graph should include:
TableName as nodes
Foreign keys as lines
Foreign key column names adjacent to the lines (OrderDetail.id = order.OrderId)

Original issue reported on code.google.com by a03pe...@gmail.com on 2 Jan 2013 at 8:17