-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
There is no column with name 'id' on table #11
Comments
Can you share the full stack trace for the error? Also what version of DBAL are you using? |
Thanks for responding! Okay, I'm running DBAL 2.13.0. Here is the error trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run
php artisan generate:factory Example
I get a fatal error:I have run
migrate:fresh
and I'm reasonably confident the id column exists. This error happens for every model I try it on, meaning the factory generator is unusable for me until I can work out the solution.Nothing turned up in existing issues or Google, do you have any idea why this could happening? Please let me know if there's any more information you need from me.
The text was updated successfully, but these errors were encountered: