]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_2fa_app_specific_password.md
Reversed "null"
[friendica.git] / doc / database / db_2fa_app_specific_password.md
index 9e3680b7681a02adf36525bd93bdf7d70c9ce126..654de9a6e6fd43e6c53fa9eb7712309ea7154f3c 100644 (file)
@@ -4,11 +4,11 @@ Two-factor app-specific _password
 
 | Field | Description | Type | Null | Key | Default | Extra |
 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| id | Password ID for revocation | mediumint unsigned | YES | PRI |  | auto_increment |    
-| uid | User ID | mediumint unsigned | YES |  |  |  |    
-| description | Description of the usage of the password | varchar(255) | NO |  |  |  |    
-| hashed_password | Hashed password | varchar(255) | YES |  |  |  |    
-| generated | Datetime the password was generated | datetime | YES |  |  |  |    
-| last_used | Datetime the password was last used | datetime | NO |  |  |  |    
+| id | Password ID for revocation | mediumint unsigned | NO | PRI | NULL | auto_increment |    
+| uid | User ID | mediumint unsigned | NO |  | NULL |  |    
+| description | Description of the usage of the password | varchar(255) | YES |  | NULL |  |    
+| hashed_password | Hashed password | varchar(255) | NO |  | NULL |  |    
+| generated | Datetime the password was generated | datetime | NO |  | NULL |  |    
+| last_used | Datetime the password was last used | datetime | YES |  | NULL |  |    
 
 Return to [database documentation](help/database)