]> git.mxchange.org Git - friendica.git/blob - doc/database/db_2fa_trusted_browser.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_2fa_trusted_browser.md
1 Table 2fa_trusted_browser
2 ===========
3 Two-factor authentication trusted browsers
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | cookie_hash | Trusted cookie hash                        | varchar(80)        | NO  | PRI | NULL |  |    
8 | uid         | User ID                                    | mediumint unsigned | NO  |     | NULL |  |    
9 | user_agent  | User agent string                          | text               | YES |     | NULL |  |    
10 | created     | Datetime the trusted browser was recorded  | datetime           | NO  |     | NULL |  |    
11 | last_used   | Datetime the trusted browser was last used | datetime           | YES |     | NULL |  |    
12
13 Return to [database documentation](help/database)