use default index names on implicit indexes.
This commit is contained in:
parent
62d8c09cce
commit
0e63717be9
|
@ -122,7 +122,7 @@ protected static function implications($table)
|
|||
{
|
||||
if (isset($column->attributes[$key]))
|
||||
{
|
||||
$table->$key($column->name, $column->$key);
|
||||
$table->$key($column->name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue