Enhanced Relationships in Database Designer
Posted: Wed 16 Jul 2014 06:23
In the Database Design Diagrams I would really find the following features really valuable
1) Be able to filter out certain columns from diagrams automatically. (e.g. audit columns like CreatedUser, CreatedTime, UpdatedUser, UpdatedTime... etc..
2) being able to set the relationships to be Straight lines point to point, rather than dog-legged (i.e on a diagonal)
3) when two relationships cross, to have a little hump indicating which allows the viewer to following the relationships much easier
4) be able to display a relationship of 1:1 cardinality. I've implemented these physically with a unique index on the child side of the relationship.
Those changes would make my life a lot easier
Cheers,
Steve
1) Be able to filter out certain columns from diagrams automatically. (e.g. audit columns like CreatedUser, CreatedTime, UpdatedUser, UpdatedTime... etc..
2) being able to set the relationships to be Straight lines point to point, rather than dog-legged (i.e on a diagonal)
3) when two relationships cross, to have a little hump indicating which allows the viewer to following the relationships much easier
4) be able to display a relationship of 1:1 cardinality. I've implemented these physically with a unique index on the child side of the relationship.
Those changes would make my life a lot easier
Cheers,
Steve