Skip to content

Commit

Permalink
unindex token
Browse files Browse the repository at this point in the history
  • Loading branch information
halaei committed Mar 17, 2017
1 parent d6ca0a6 commit d6d98f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ public function up()
{
Schema::create('password_resets', function (Blueprint $table) {
$table->string('email')->index();
$table->string('token')->index();
$table->string('token');
$table->timestamp('created_at')->nullable();
});
}
Expand Down

0 comments on commit d6d98f9

Please sign in to comment.