X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_2fa_trusted_browser.md;h=d12d9e1fc0bbe38dc033521b1a59bb0ff17b9185;hb=2b95a7e7cd76c573b82b2dbcc5ad08b1501ee89b;hp=f3b336562725e5b5aa1acc473e65a872000c2ba3;hpb=31db9dbef7f6a4f98a6c29d15493bcffb0c39929;p=friendica.git diff --git a/doc/database/db_2fa_trusted_browser.md b/doc/database/db_2fa_trusted_browser.md index f3b3365627..d12d9e1fc0 100644 --- a/doc/database/db_2fa_trusted_browser.md +++ b/doc/database/db_2fa_trusted_browser.md @@ -1,13 +1,32 @@ Table 2fa_trusted_browser =========== + Two-factor authentication trusted browsers -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ---- | ---- | --- | ------- | ----- | -| cookie_hash | Trusted cookie hash | varchar(80) | YES | PRI | NULL | | -| uid | User ID | mediumint unsigned | YES | | NULL | | -| user_agent | User agent string | text | NO | | NULL | | -| created | Datetime the trusted browser was recorded | datetime | YES | | NULL | | -| last_used | Datetime the trusted browser was last used | datetime | NO | | NULL | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ----------- | ------------------------------------------ | ------------------ | ---- | --- | ------- | ----- | +| cookie_hash | Trusted cookie hash | varchar(80) | NO | PRI | NULL | | +| uid | User ID | mediumint unsigned | NO | | NULL | | +| user_agent | User agent string | text | YES | | NULL | | +| 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)