]> git.mxchange.org Git - friendica.git/blob - doc/database/db_user-contact.md
Pad the header
[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       | NO   | PRI | 0       |       |    
8 | uid       | User id                                     | mediumint unsigned | NO   | PRI | 0       |       |    
9 | blocked   | Contact is completely blocked for this user | boolean            | YES  |     | NULL    |       |    
10 | ignored   | Posts from this contact are ignored         | boolean            | YES  |     | NULL    |       |    
11 | collapsed | Posts from this contact are collapsed       | boolean            | YES  |     | NULL    |       |    
12
13 Return to [database documentation](help/database)