livewire-datatables
livewire-datatables copied to clipboard
Many to Many relations with MS SQL
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