diff --git a/lib/Migration/Version10200Date20201111150114.php b/lib/Migration/Version10200Date20201111150114.php index c116ecb85b..3ebb19e928 100644 --- a/lib/Migration/Version10200Date20201111150114.php +++ b/lib/Migration/Version10200Date20201111150114.php @@ -98,7 +98,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $table = $schema->getTable('deck_cards'); if ($table->getColumn('title')->getLength() !== 255) { - $table->changeColumn('title', [ + $table->modifyColumn('title', [ 'length' => 255 ]); }