id(); $table->timestamps(); $table->string('content'); $table->integer('user_id')->default(null); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('notifications'); } };