შონიაOriginal post
Rank 1: Thread
I am trying to use Relationships between cars and users. I want one user to have many cars and one car to be belonged to only one user. I tried to set it up but here are the generated logic, something seems wrong. What to do here? Also, cannot I make to remove car when user gets deleted and not vice-versa? Right now I can only set one function for both.
Summary
Developers are having difficulty setting up relationships between cars and users, specifically with naming conventions and behavior of removal when a user is deleted. The desired setup is to have one user associated with multiple cars and have each car belonged to only one user. A solution would involve adjusting the logic to match these requirements and making the necessary changes in the relationship management settings.