string('email')->index(); $table->string('token'); $table->timestamp('created_at', 6)->nullable(); }); } /** * Reverse the migrations. */ public function down() { Schema::dropIfExists('password_resets'); } };