mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 12:17:35 +00:00
Database updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE `password_reset_token` (
|
||||
`id_password_reset_token` int NOT NULL,
|
||||
`id_user` int DEFAULT NULL,
|
||||
`id_password_reset_token` char(36) NOT NULL,
|
||||
`id_user` char(36) DEFAULT NULL,
|
||||
`token_hash` varchar(255) DEFAULT NULL,
|
||||
`expires_at` timestamp NOT NULL,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user