-
Notifications
You must be signed in to change notification settings - Fork 595
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
Database Migration Error #284
Comments
If you execute php artisan tracker:tables And then php artisan migrate Does it works? |
I have same problem. No it still not works((
Process finished with exit code 0 at 00:13:28.
Process finished with exit code 1 at 00:13:41. |
WOW FOUND DECISSION!!!! THIS IS REPOST:
|
It was changed from string 255 to mediumText because 255 is not enough sometimes. I'm changing the index to a hash of this mediumText, please be patient. |
ok, thanks man! |
I see this error:
When I try to run the artisan command:
php artisan migrate --database=tracker
following the setup tutorial.tracker_error.txt
The text was updated successfully, but these errors were encountered: