I am a bit confused by this message sent by Xcode:
Setting the No Action Delete Rule on Passenger.taxi is an advanced setting [5]
These are the specifications
- When I delete a Taxi instance, it should also delete all its Passenger instances. Current Delete Rule: Cascade
- When I delete a Passenger instance, it should just delete that particular instance. Even if it is the last Passenger instance of a Taxi instance. A Taxi can exist without Passengers (1:mc). Current Delete Rule: No Action
What delete rule do I need here to meet the requirements?