Comment on Avoiding the soft delete anti-patternparentComments−oxidant2yIMO deleted_at, either with null or epoch as the "not deleted" value is nicer than is_deleted because it allows some level of auditing.−EdwardDiego2yGood point there.
Comments
IMO deleted_at, either with null or epoch as the "not deleted" value is nicer than is_deleted because it allows some level of auditing.
Good point there.