id(); $table->bigInteger('genre_id')->index(); $table->bigInteger('title_id')->index(); $table->unique(['genre_id', 'title_id']); }); } public function down() { // } };