/home/techb158/immovalet.com/database/migrations
Edit: /home/techb158/immovalet.com/database/migrations/2014_10_12_100000_create_password_resets_table.php (683B)
string('email')->index();
$table->string('token');
$table->timestamp('created_at')->nullable();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('password_resets');
}
}