Pedro Arriondo

Results 1 comments of Pedro Arriondo

Possible solution: in \vendor\tcg\voyager\src\Database\Schema\SchemaManager::getColumnIndexes($table, $column), return array_values() of the collect()->toArray(): return array_values(collect($tableIndexes)->filter(function ($index) use ($column) { return in_array($column, $index['columns']); })->toArray());