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