id(); $table->integer("task_id")->index(); $table->integer("container_id")->index(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('task_container'); } };