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