]> git.mxchange.org Git - friendica.git/blob - doc/database/db_clients.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_clients.md
1 Table clients
2 ===========
3 OAuth usage
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | client_id    |         | varchar(20)        | NO  | PRI | NULL |  |    
8 | pw           |         | varchar(20)        | NO  |     |      |  |    
9 | redirect_uri |         | varchar(200)       | NO  |     |      |  |    
10 | name         |         | text               | YES |     | NULL |  |    
11 | icon         |         | text               | YES |     | NULL |  |    
12 | uid          | User id | mediumint unsigned | NO  |     | 0    |  |    
13
14 Return to [database documentation](help/database)