File tree 1 file changed +2
-2
lines changed
application/_installation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ CREATE TABLE IF NOT EXISTS `huge`.`users` (
14
14
` user_last_login_timestamp` bigint (20 ) DEFAULT NULL COMMENT ' timestamp of user' ' s last login' ,
15
15
` user_failed_logins` tinyint (1 ) NOT NULL DEFAULT ' 0' COMMENT ' user' ' s failed login attempts' ,
16
16
` user_last_failed_login` int (10 ) DEFAULT NULL COMMENT ' unix timestamp of last failed login attempt' ,
17
- ` user_activation_hash` varchar (40 ) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT ' user' ' s email verification hash string' ,
18
- ` user_password_reset_hash` char (40 ) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT ' user' ' s password reset code' ,
17
+ ` user_activation_hash` varchar (80 ) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT ' user' ' s email verification hash string' ,
18
+ ` user_password_reset_hash` char (80 ) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT ' user' ' s password reset code' ,
19
19
` user_password_reset_timestamp` bigint (20 ) DEFAULT NULL COMMENT ' timestamp of the password reset request' ,
20
20
` user_provider_type` text COLLATE utf8_unicode_ci,
21
21
PRIMARY KEY (` user_id` ),
You can’t perform that action at this time.
0 commit comments