id(); $table->string('title'); $table->text('description')->nullable(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('notifications'); } };