switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint. The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay. https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88 |
||
---|---|---|
.. | ||
2014_10_12_000000_create_users_table.php | ||
2014_10_12_100000_create_password_resets_table.php | ||
2019_08_19_000000_create_failed_jobs_table.php | ||
2019_12_14_000001_create_personal_access_tokens_table.php |