Answer the question
In order to leave comments, you need to log in
What could be the problem with migration?
Hello, tell me please. Deployment to the server occurs through TeamCity.
And as I understand it, when performing a certain migration (without it, everything works fine), it has the following content:
Schema::table('users', function (Blueprint $table) {
$table->string('email')->nullable()->change();
});
Answer the question
In order to leave comments, you need to log in
It seems to have solved this problem by adding the following to composer.json:
"doctrine/common": "2.7.0" and "doctrine/dbal": "2.5.13"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question