We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ea5b3 commit c4a0838Copy full SHA for c4a0838
src/Schema/CockroachGrammar.php
@@ -47,7 +47,7 @@ public function compileDropFullText(Blueprint $blueprint, Fluent $command)
47
*/
48
public function compileDropUnique(Blueprint $blueprint, Fluent $command)
49
{
50
- $index = $this->wrap($command->index);
+ $index = $this->wrap($command->get('index'));
51
52
return "drop index {$this->wrapTable($blueprint)}@{$index} cascade";
53
}
0 commit comments