diff --git a/lib/Migration/Version2205Date20240411124836.php b/lib/Migration/Version2205Date20240411124836.php index b16463a2..9d7098f7 100644 --- a/lib/Migration/Version2205Date20240411124836.php +++ b/lib/Migration/Version2205Date20240411124836.php @@ -50,17 +50,17 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt ]); // Symfony\Component\Console\Command\Command->addArgument() $table->addColumn('arguments', Types::JSON, [ - 'notnull' => false, + 'notnull' => true, 'default' => '[]', ]); // Symfony\Component\Console\Command\Command->addOption() $table->addColumn('options', Types::JSON, [ - 'notnull' => false, + 'notnull' => true, 'default' => '[]', ]); // Symfony\Component\Console\Command\Command->addUsage() $table->addColumn('usages', Types::JSON, [ - 'notnull' => false, + 'notnull' => true, 'default' => '[]', ]); $table->addColumn('execute_handler', Types::STRING, [