```php $table->addIndex('users_name', 'name')->concurrently(); ``` ```php $table->addIndex('users_name', 'name')->where("name = 'foobar'"); ```