id(); $table->string('type'); $table->string('attribute'); $table->text('useragent'); $table->string('ip'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('analytics'); } };