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