mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02:00
Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,10 +4,10 @@ Two-factor authentication trusted browsers
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| cookie_hash | Trusted cookie hash | varchar(80) | YES | PRI | | |
|
||||
| uid | User ID | mediumint unsigned | YES | | | |
|
||||
| user_agent | User agent string | text | NO | | | |
|
||||
| created | Datetime the trusted browser was recorded | datetime | YES | | | |
|
||||
| last_used | Datetime the trusted browser was last used | datetime | NO | | | |
|
||||
| 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 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue