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
I have two table with deleted_at fields and need to join both of them , but in the query builder when execute the query got ambiguous error on deleted_at colomn
The text was updated successfully, but these errors were encountered:
@radmen
I have a model named Product and ProductCategories and both of them has deleted_at for soft deleting
and I'm Generate a query like below bot on executaion got ambiguous error
@farshadfahimi thanks for the example. I'll see what can be done, though please mind that I'm not actively maintaining this package. If you'd like to help with a PR, you're more than welcome :)
I have two table with
deleted_at
fields and need to join both of them , but in the query builder when execute the query got ambiguous error on deleted_at colomnThe text was updated successfully, but these errors were encountered: