MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

Many to Many relations with MS SQL #582

Open Zawardo1000 opened 11 months ago

Zawardo1000 commented 11 months ago

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