I'm working on a project that a register is considered deleted when the column DELETED = 1 and not deleted when the column DELETED is null.
How to make softdelete work on my project so I don't have to manually do it everywhere?
I'm working on a project that a register is considered deleted when the column DELETED = 1 and not deleted when the column DELETED is null.
How to make softdelete work on my project so I don't have to manually do it everywhere?