X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase%2Fdb_2fa_app_specific_password.md;h=66dd77c95cb65c6b22a662a3908e409a346bedb7;hb=8a7d08ae2860d82fe98a26f4e86626b3c7eb4d1e;hp=6dba89bf41fa1f06185a9e5bf0df4b7dbcf7537b;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_2fa_app_specific_password.md b/doc/database/db_2fa_app_specific_password.md index 6dba89bf41..66dd77c95c 100644 --- a/doc/database/db_2fa_app_specific_password.md +++ b/doc/database/db_2fa_app_specific_password.md @@ -3,6 +3,9 @@ Table 2fa_app_specific_password Two-factor app-specific _password +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | --------------- | ---------------------------------------- | ------------------ | ---- | --- | ------- | -------------- | | id | Password ID for revocation | mediumint unsigned | NO | PRI | NULL | auto_increment | @@ -12,4 +15,19 @@ Two-factor app-specific _password | generated | Datetime the password was generated | datetime | NO | | NULL | | | last_used | Datetime the password was last used | datetime | YES | | NULL | | +Indexes +------------ + +| Name | Fields | +| --------------- | --------------------- | +| PRIMARY | id | +| uid_description | uid, description(190) | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uid | [user](help/database/db_user) | uid | + Return to [database documentation](help/database)