increments('id'); $table->string('ip_address', 40); $table->string('reason', 50); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('guestbook__bans'); } };