You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now soft delete is mandatory, as both UUIDModel and UIntIDModel have a DeletedAt. It should be optional, providing base models without soft delete. This involves reviewing the "delete" functionality
Description
Now soft delete is mandatory, as both UUIDModel and UIntIDModel have a DeletedAt. It should be optional, providing base models without soft delete. This involves reviewing the "delete" functionality