Commit fe405e8c authored by Pooya Parsa's avatar Pooya Parsa Committed by Jens Segers

fixes #835 (#938)

parent 3aad3bdd
......@@ -236,7 +236,7 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
$options['sparse'] = true;
$options['unique'] = true;
$this->index($columns, $options);
$this->index($columns, null, null, $options);
return $this;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment