-
Notifications
You must be signed in to change notification settings - Fork 13
wrong schema depiction regarding the containerOf edge #252
Copy link
Copy link
Open
Description
Based on this dataset It seems the schema has errors regarding the containerOf edge:
- wrong arrow direction: The schema shows a connection from a
Postto aForumbut it should be the opposite, since thePosthas a columnContainerForumId. The schema wrongly indicates that theForumhas the foreign key to aPost. - missing connection: The data includes the column
ParentPostIdbut there is no connection between aCommentto aPost. It seems there should be a link from aCommentto aPostthat is not displayed in the diagram.
In both cases, the label of the edge could be labelled hasContainer, instead of containerOf.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels