So I have this tiny query to run on my DB and it works fine in MySQL Workbench. Basically, a SELECT with LEFT JOIN and UNION with LEFT JOIN again.
SELECT
DB::statement("your query")
I used it for add index to column in migration