date('date')->primary(); $table->unsignedInteger('views')->default(0); $table->unsignedInteger('unique_ips')->default(0); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('page_visits'); } };