-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a issue on soft deleting . #10487
Comments
It's look like, query get confuse to select specific table column |
this is not a solution .its a bug of laravel eloquent. |
@GrahamCampbell Isn't this a bug, but you just closed it without providing some reasons, Are there other ways around? |
@trandaihung check #13909 it's a duplicate. |
use the functions has, withHas and doestnhave, these functions are used to join with the propeties of the models. https://laraveldaily.com/eloquent-doesnthave-get-rows-children/ https://laravel.com/docs/5.8/eloquent-relationships#querying-relationship-existence |
customer model
user model
student model
when i perform this query
i get the following error
The text was updated successfully, but these errors were encountered: