mirror of
https://github.com/friendica/friendica
synced 2024-11-14 11:42:55 +00:00
14 lines
497 B
Markdown
14 lines
497 B
Markdown
Table clients
|
|
===========
|
|
OAuth usage
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| client_id | | varchar(20) | YES | PRI | | |
|
|
| pw | | varchar(20) | YES | | | |
|
|
| redirect_uri | | varchar(200) | YES | | | |
|
|
| name | | text | NO | | | |
|
|
| icon | | text | NO | | | |
|
|
| uid | User id | mediumint unsigned | YES | | 0 | |
|
|
|
|
Return to [database documentation](help/database)
|