Comment on Avoiding the soft delete anti-patternparentComments−afiori2yThese options are ways to preserve entities not histories.For example you might not care to record the 20 different names/birthdays a user changed but you might care to remember that the user existed.
Comments
These options are ways to preserve entities not histories.
For example you might not care to record the 20 different names/birthdays a user changed but you might care to remember that the user existed.