You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Table A is connected to two row of Table B. This is the relation:
"relationshipNo6": {
"name": "relationshipNo6",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_DIRECT",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
},
"relationshipNo7": {
"name": "relationshipNo7",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_SUB",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
}
In visualization SHOW: All Fields the connection is missing
Self Checks
Version Type
CLI Version (npm package)
Version (only for Self Hosted)
v0.4.3 + 4a6deae (2025-02-26)
Steps to reproduce
See attached schema
Expected Behavior
All the relations are correctly visualized
Actual Behavior
My Table A is connected to two row of Table B. This is the relation:
"relationshipNo6": {
"name": "relationshipNo6",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_DIRECT",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
},
"relationshipNo7": {
"name": "relationshipNo7",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_SUB",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
}
In visualization SHOW: All Fields the connection is missing
schema.json
Additional Context
No response
The text was updated successfully, but these errors were encountered: