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
to make sure that for new record, it will not check soft deleted data. To do same in unique_with validation, what we need to do, I tried with deleted_at example but not succeed. Further, to debug further, I wanted to debug query, but using invalid keys also, it does not give any error.
In Laravel Validation Rule, we use deleted_at, NULL to check only data which is not soft deleted. What to use to sync with same functionality.
The text was updated successfully, but these errors were encountered: