|
|
|
|
|
by whalesalad
146 days ago
|
|
A good solution here (can be) to utilize a view. The underlying table has soft-delete field and the view will hide rows that have been soft deleted. Then the application doesn't need to worry about this concern all over the place. |
|