id(); $table->foreignId('rahdar_id')->constrained('rahdaran')->noActionOnDelete(); $table->morphs('rahdarable'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('rahdarables'); } };