Replies: 3 comments 1 reply
-
I'm not sure why this issue has been moved to discussions. Is this the new disguised place to report issues? @driesvints It's a report of something that does not work as advertised, a misconfiguration, I suspect. Not a question nor a feature request. |
Beta Was this translation helpful? Give feedback.
-
UPDATE: doesn't work with |
Beta Was this translation helpful? Give feedback.
-
To modify a
See the docs for more info: https://laravel.com/docs/9.x/migrations#prerequisites |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
8.0.12
doctrine/dbal 3.1.3
(also present on3.1.1
)illuminate/database v8.65.0
(also present onv8.55.0
)Description:
Changing
timestamp
-type column does not work during a migration.I'm adding a comment to an existing column of type
timestamp
:and the resulting error is this:
It doesn't matter what the changes are, simply calling
change
on the column results in the error.Steps To Reproduce:
then define the
up
method as follows:Beta Was this translation helpful? Give feedback.
All reactions