Suppose our `Player` model has information about its team as `teamId` column. Information about each Team's `Coach` is stored in the `Team` model as `coachId` column. These both scenarios requires different kind of 1:1 relation because foreign key relation is present on different models each time.
Suppose our `Player` model has information about its team as `teamId` column. Information about each Team's `Coach` is stored in the `Team` model as `coachId` column. These both scenarios requires different kind of 1:1 relation because foreign key relation is present on different models each time.
...
@@ -464,9 +468,9 @@ One-To-Many associations are connecting one source with multiple targets. The ta
...
@@ -464,9 +468,9 @@ One-To-Many associations are connecting one source with multiple targets. The ta