bigIncrements('id'); $table->unsignedBigInteger('user_id')->index('ignored_feeds_user_id_foreign'); $table->unsignedBigInteger('feed_id')->index('ignored_feeds_feed_id_foreign'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('ignored_feeds'); } }