Closed erikgaal closed 9 months ago
Using a table_prefix only works in migrations, and not in other queries.
table_prefix
Looks like we're missing a setTablePrefix here.
setTablePrefix
Thanks for the fix! That was a very embarassing finding of you because I was the one making that change in the Laravel core and missed adding it to my own library too... 😅
This is now live with 0.35.0
0.35.0
Using a
table_prefix
only works in migrations, and not in other queries.Looks like we're missing a
setTablePrefix
here.