Added default value "NULL"

This commit is contained in:
Michael 2021-06-14 05:08:01 +00:00
parent bb5e6d248b
commit 31db9dbef7
70 changed files with 311 additions and 311 deletions

View file

@ -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)