id(); $table->foreignId("idea_id")->constrained()->cascadeOnDelete(); $table->string("content"); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('comments'); } };