Reversed "null"
This commit is contained in:
parent
31db9dbef7
commit
a827f948c8
73 changed files with 752 additions and 752 deletions
|
@ -4,9 +4,9 @@ Two-factor authentication recovery codes
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| uid | User ID | mediumint unsigned | YES | PRI | NULL | |
|
||||
| code | Recovery code string | varchar(50) | YES | PRI | NULL | |
|
||||
| generated | Datetime the code was generated | datetime | YES | | NULL | |
|
||||
| used | Datetime the code was used | datetime | NO | | NULL | |
|
||||
| uid | User ID | mediumint unsigned | NO | PRI | NULL | |
|
||||
| code | Recovery code string | varchar(50) | NO | PRI | NULL | |
|
||||
| generated | Datetime the code was generated | datetime | NO | | NULL | |
|
||||
| used | Datetime the code was used | datetime | YES | | NULL | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue