laravel-eloquent-join
laravel-eloquent-join copied to clipboard
what if i need to order by Json column
what if i need to order by Json column for example
Product::orderByJoin('relation.column->field','desc')
i am getting
Syntax error or access violation: 1064 You have an error in your SQL syntax
"JSON sort" is currently not suported, but it is a good idea how to improve package
anyone with the PR with tests ?