Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relation type #692

Open
aisbergde opened this issue May 15, 2020 · 0 comments
Open

relation type #692

aisbergde opened this issue May 15, 2020 · 0 comments

Comments

@aisbergde
Copy link
Contributor

Expected Behavior

it should be possible to document several relation types:

  • FK-PK (column based)
  • ParentColum-ChildColumn (column based)
  • Source object - target object (object based: table, view, routine)
  • ...

The definition should be flexible by assigning a "Relation Type" (any text) to a relation

The output for different relations should not be mixed but separated:

  • separate diagrams
  • separate columns in list views

Current Behavior

only one relation type exists: FK-PK-relation
virtual FK-PK-relations relations can be defined using SchemaMeta XML

Possible Solution

when the new planned XMLSchema will be implemented, based on database.schema.table.column (additional to the existing schema based on table.column) this could be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant