Is it possible to make is_deleted field redefined and optional? #88
Labels
enhancement
New feature or request
FastCRUD Methods
Related to FastCRUD methods
good first issue
Good for newcomers
fastcrud/fastcrud/crud/fast_crud.py
Line 1697 in adf9ab0
It would be convenient to make this field redefined to self.is_deleted_column and optional, because in some cases, one deleted_at_column field is enough to understand that the record has been deleted.
The text was updated successfully, but these errors were encountered: