id(); $table->ipAddress('ip'); $table->string('action'); $table->nullableMorphs('loggable'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('guest_logs'); } };