Commit 0e63717b authored by Taylor Otwell's avatar Taylor Otwell

use default index names on implicit indexes.

parent 62d8c09c
......@@ -122,7 +122,7 @@ class Schema {
{
if (isset($column->attributes[$key]))
{
$table->$key($column->name, $column->$key);
$table->$key($column->name);
}
}
}
......
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