getTable(self::RESULTS_TABLE); $table->modifyColumn('before_path', [ 'length' => 2000, ]); $table->modifyColumn('current_path', [ 'length' => 2000, ]); return $schema; } }