for example, I never want to return a Bounce with a null Project, but would rather not remember to add the filter to every query.
This is the case when a Project is deleted.
Unless there's a way to do the equivalent of cascading in SQL, but it wont be an exorbitant amount to data to keep around, so whatever works is easier
for example, I never want to return a Bounce with a null Project, but would rather not remember to add the filter to every query. This is the case when a Project is deleted. Unless there's a way to do the equivalent of cascading in SQL, but it wont be an exorbitant amount to data to keep around, so whatever works is easier