MIF_E31222691/database/migrations
Andrew Brown 091aa7d882
switch email to a primary key (#6064)
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
2023-01-02 08:45:35 -06:00
..
2014_10_12_000000_create_users_table.php Apply fixes from StyleCI (#5607) 2021-05-07 05:54:25 -05:00
2014_10_12_100000_create_password_resets_table.php switch email to a primary key (#6064) 2023-01-02 08:45:35 -06:00
2019_08_19_000000_create_failed_jobs_table.php Apply fixes from StyleCI (#5607) 2021-05-07 05:54:25 -05:00
2019_12_14_000001_create_personal_access_tokens_table.php Update laravel/sanctum version (#5957) 2022-07-29 08:01:11 -05:00