|
|
|
|
|
by aaron_m04
277 days ago
|
|
> With foreign key constraints, you have to delete all related records when a parent record is deleted. I've also seen good advice that you should never delete anything from your DB, but rather put rows in a different soft-deleted state... |
|
Having a deleted data table is a slightly easier approach I've seen, but you still need to be aware about user and legal requirements around deleting data.