X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_2fa_trusted_browser.md;h=d12d9e1fc0bbe38dc033521b1a59bb0ff17b9185;hb=a99ad74a3b08893c6a945d4d8e277877355c0919;hp=34845ba5794a6d5a19e4b78eec6b68ba1d6d35b6;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_2fa_trusted_browser.md b/doc/database/db_2fa_trusted_browser.md index 34845ba579..d12d9e1fc0 100644 --- a/doc/database/db_2fa_trusted_browser.md +++ b/doc/database/db_2fa_trusted_browser.md @@ -3,6 +3,9 @@ Table 2fa_trusted_browser Two-factor authentication trusted browsers +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | ----------- | ------------------------------------------ | ------------------ | ---- | --- | ------- | ----- | | cookie_hash | Trusted cookie hash | varchar(80) | NO | PRI | NULL | | @@ -11,4 +14,19 @@ Two-factor authentication trusted browsers | created | Datetime the trusted browser was recorded | datetime | NO | | NULL | | | last_used | Datetime the trusted browser was last used | datetime | YES | | NULL | | +Indexes +------------ + +| Name | Fields | +| ------- | ----------- | +| PRIMARY | cookie_hash | +| uid | uid | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uid | [user](help/database/db_user) | uid | + Return to [database documentation](help/database)