-
Notifications
You must be signed in to change notification settings - Fork 416
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
Migration default value Error #973
Comments
I think the issue related to laravel/framework #29943. Should be fixed in next release (current version is 6.0.2). |
Yes |
Have the same issue. |
Same Problem with me too |
There seems to be a fix already on the Laravel Framework for this, but not on Lumen yet. |
This should be fixed with https://github.com/laravel/framework/releases/tag/v6.0.3 Have you all tried doing a composer update to include this release? |
I just saw the illuminate components haven't been tagged yet with 6.0.3. I'll try to get that fixed later today. Thanks for bringing this to our attention. Going to close it since this is related to laravel/framework and not lumen. |
Description:
When create a column and set default value like this:
and run migrate command , have a error:
and i think error is in
activated
column default value !The text was updated successfully, but these errors were encountered: