bigIncrements('id'); $table->unsignedBigInteger('document_id')->index('document_feeds_document_id_foreign'); $table->unsignedBigInteger('feed_id')->index('document_feeds_feed_id_foreign'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('document_feeds'); } }