1
1
Fork 0

Added default value "NULL"

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

View file

@ -4,11 +4,11 @@ OAuth usage
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| client_id | | varchar(20) | YES | PRI | | |
| client_id | | varchar(20) | YES | PRI | NULL | |
| pw | | varchar(20) | YES | | | |
| redirect_uri | | varchar(200) | YES | | | |
| name | | text | NO | | | |
| icon | | text | NO | | | |
| name | | text | NO | | NULL | |
| icon | | text | NO | | NULL | |
| uid | User id | mediumint unsigned | YES | | 0 | |
Return to [database documentation](help/database)