id(); $table->string('user_agent', 300); $table->unsignedInteger('fail_number'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('login_limits'); } }