We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When it try to run migrate or migrate:refesh i get the error:
In Builder.php line 2900: "You must specify an orderBy clause when using this function."
It's thrown by migrate "2017_02_04_025727_add_link_table_indexes".
I fixed this by adding a "->orderBy('id')" in line 26 of this migration
I'm using
The text was updated successfully, but these errors were encountered:
Maybe it's relevant. I had to update the composer package like described in #6
Sorry, something went wrong.
No branches or pull requests
When it try to run migrate or migrate:refesh i get the error:
In Builder.php line 2900:
"You must specify an orderBy clause when using this function."
It's thrown by migrate "2017_02_04_025727_add_link_table_indexes".
I fixed this by adding a "->orderBy('id')" in line 26 of this migration
I'm using
The text was updated successfully, but these errors were encountered: