Y
Hacker News
new
|
ask
|
show
|
jobs
by
harg
1522 days ago
Regarding cascading logic with soft deletes; I think the answer is that you don't cascade anything. You basically need to have `deleted_at IS NULL` conditions in your queries to exclude them.