id(); $table->foreignId('user_id'); $table->string('text'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('suggestions'); } };