| Summary: | add relational model diagram. Now using class diagram for that. | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | txemi <txemi2> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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