This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
[Bug] migration Lumen 6.0 ->default(value); #1832
Comments
frama21
changed the title
[Bug] migration Lumen ->default(value);
[Bug] migration Lumen 6.0 ->default(value);
Sep 15, 2019
This will be fixed in the next release of |
Please Mention me if this issues was fixed |
When the next release (6.0.3) will be published? We pushed our application to the production environment yesterday and found this bug today. |
I'll try to get this fixed with Taylor later today. |
v6.0.3 of the illuminate components should be released by now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i have migration file with this column :
it throw a error like this :
then i move the ->default(0) to another place in the same file it still throw error like that
then i remove the ->default(0) and place default to model it work normal
but every table and column using ->default(value) it throw same error like previous
but in Lumen 5.8 it's not throwing error like that
i using :
Lumen 6.0
MySQL 5.7
PHP 7.2
The text was updated successfully, but these errors were encountered: