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 noticed the sql produced in many to many relations (belongsToMany with pivot table) is in mysql format even if i use a different db like MS SQL.
As a workaround i can join tables in the builder, but a working code would be a much better solution.
Thanks
The text was updated successfully, but these errors were encountered:
I noticed the sql produced in many to many relations (belongsToMany with pivot table) is in mysql format even if i use a different db like MS SQL.
As a workaround i can join tables in the builder, but a working code would be a much better solution.
Thanks
The text was updated successfully, but these errors were encountered: