mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,7 +4,7 @@ Store OpenWebAuth token to verify contacts
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
||||
| id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
|
||||
| uid | User id - currently unused | mediumint unsigned | YES | | 0 | |
|
||||
| type | Verify type | varchar(32) | YES | | | |
|
||||
| token | A generated token | varchar(255) | YES | | | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue