We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef42d9 commit 1954878Copy full SHA for 1954878
src/Blueprint.php
@@ -753,7 +753,7 @@ private function addUniqueIndexQuery()
753
754
$query = '';
755
foreach ($this->uniqueIndex as $key => $uniqueColumn) {
756
- $query .= "\nUNIQUE INDEX {$uniqueColumn}_UNIQUE ({$uniqueColumn} ASC) VISIBLE,";
+ $query .= "\nUNIQUE INDEX {$uniqueColumn}_UNIQUE ({$uniqueColumn} ASC),";
757
}
758
759
return $query;
0 commit comments