Bug 97707

Summary: add relational model diagram. Now using class diagram for that.
Product: [Applications] umbrello Reporter: txemi <txemi2>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: 1.3.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description txemi 2005-01-23 12:08:56 UTC
Version:           1.3.2 (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

On some projects a relational model diagram is needed. This refers to database tables and fields and relations. Now I am doing it with class diagram, but it has some differences. For instance, I cannot link a table to a relation. Sometimes you got a M to N relation and an a table do describe de relation. In the grahp is shows like this:

      0..M            0..M
Human -------------------- Place
                |
             Relation

Relation could be: "lives in", "works in", "was born in"

This cannot be said in class diagram and you got tu use tricks:

      1..M    1          1      1..M
Human --------- Relation ----------- Place
Comment 1 Jonathan Riddell 2005-01-23 12:11:34 UTC

*** This bug has been marked as a duplicate of 55247 ***