I have two entities Team & TeamMembers which are initially filled with data from two json files.
So there is no connection between those entities at the moment. Is it possible to make relationship at this point, after both entities are filled up with data?
Entities look like this now
Team
- id
- teamName
TeamMembers
- id
- idTeam
- member