Open lucifez385 opened 3 years ago
how to use soft delete
+1
No. It's a business logic. You should use a field like isDeleed bool, then find(xxx and isDeleted = false), and don't forget the index. That's all, very easy.
isDeleed bool
how to use soft delete