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:
@@ -28,7 +28,7 @@ class CreateSubsTable extends Migration
|
||||
$table->enum('anonymous', ['yes', 'no'])->default('no');
|
||||
$table->unsignedMediumInteger('hits')->default(0);
|
||||
$table->string('ext', 10)->default('');
|
||||
$table->index(['torrent_id', 'lang_id'], 'torrentid_langid');
|
||||
$table->index(['torrent_id', 'lang_id'],);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user