Failed to rollback db to original column type. #41140
Unanswered
FranciscoCaldeira
asked this question in
Q&A
Replies: 1 comment
-
This is already fixed at #44101 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have started the column with tinyText(), changed to string(), and the rollback to tinyText(), but can't rollback to tinyText(), because causes an
Doctrine\DBAL\Exception
.Steps To Reproduce:
Create a migration that on up() has a column with tinyText(), change it with
change( )
to the type to string(), anddown()
method has a tinyText(). Do aphp artisan migrate:rollback
Beta Was this translation helpful? Give feedback.
All reactions