foreignId('contactgroup_id')->constrained(); $table->morphs('contactgroupable'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('contactgroupables'); } };