Y
Hacker News
new
|
ask
|
show
|
jobs
by
ziml77
154 days ago
I prefer audit tables. Soft deletes don't capture updates, audit tables do (you could make every update a delete and insert in a soft delete table, but that adds a lot of bloat to the table)