]> git.mxchange.org Git - friendica.git/blob - doc/database/db_user-contact.md
Added default value "NULL"
[friendica.git] / doc / database / db_user-contact.md
1 Table user-contact
2 ===========
3 User specific public contact data
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | cid | Contact id of the linked public contact | int unsigned | YES | PRI | 0 |  |    
8 | uid | User id | mediumint unsigned | YES | PRI | 0 |  |    
9 | blocked | Contact is completely blocked for this user | boolean | NO |  | NULL |  |    
10 | ignored | Posts from this contact are ignored | boolean | NO |  | NULL |  |    
11 | collapsed | Posts from this contact are collapsed | boolean | NO |  | NULL |  |    
12
13 Return to [database documentation](help/database)