mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 20:47:33 +08:00
migrations remove index name
This commit is contained in:
@@ -23,7 +23,7 @@ class CreateBansTable extends Migration
|
||||
$table->string('comment')->default('');
|
||||
$table->bigInteger('first')->default(0);
|
||||
$table->bigInteger('last')->default(0);
|
||||
$table->index(['first', 'last'], 'first_last');
|
||||
$table->index(['first', 'last'], );
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user