hasTable('textprocessing_tasks')) { $table = $schema->getTable('textprocessing_tasks'); if (!$table->hasColumn('completion_expected_at')) { $table->addColumn('completion_expected_at', Types::DATETIME, [ 'notnull' => false, ]); return $schema; } } return null; } }