Bug 97707 - add relational model diagram. Now using class diagram for that.
Summary: add relational model diagram. Now using class diagram for that.
Status: RESOLVED DUPLICATE of bug 55247
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.3.2
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-23 12:08 UTC by txemi
Modified: 2005-01-23 12:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***