Enable database cascade deletion
I am not really using soft deletes, (maybe I should be) and am trying to do the cascade deletion manually. Use the ->onDelete('cascade')
for foreign keys in the migrations where needed, and remove the manual cascade deletion code.