id(); $table->foreignId('channel_id')->constrained(); $table->foreignId('episode_id')->constrained(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('channel_episode'); } };