-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to consolek/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress
Description
If a foreign-key column also has a unique constraint, suggest an object relationship rather than an array relationship in console
Example:
user (id pkey, name)
user_passport_info (id pkey, passport_number, user_id uniq reference user.id)
user_id uniq ensures there is only 1 passport info for every user
In this case passport_info -> user will be object rel and user -> passport_info will also be object rel
revskill10
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to consolek/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress