Skip to content

Commit d6d98f9

Browse files
committed
unindex token
1 parent d6ca0a6 commit d6d98f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2014_10_12_100000_create_password_resets_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function up()
1414
{
1515
Schema::create('password_resets', function (Blueprint $table) {
1616
$table->string('email')->index();
17-
$table->string('token')->index();
17+
$table->string('token');
1818
$table->timestamp('created_at')->nullable();
1919
});
2020
}

0 commit comments

Comments
 (0)