id(); $table->foreignIdFor(\App\Models\Decision::class); $table->foreignIdFor(\App\Models\Event::class); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('decision_event'); } };