id(); $table->string('ip_address', 20); $table->string('host', 255); $table->string('user_agent', 255); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('manage_visiters'); } }