friendica/doc/database/db_user-contact.md

14 lines
637 B
Markdown

Table user-contact
===========
User specific public contact data
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| cid | Contact id of the linked public contact | int unsigned | YES | PRI | 0 | |
| uid | User id | mediumint unsigned | YES | PRI | 0 | |
| blocked | Contact is completely blocked for this user | boolean | NO | | | |
| ignored | Posts from this contact are ignored | boolean | NO | | | |
| collapsed | Posts from this contact are collapsed | boolean | NO | | | |
Return to [database documentation](help/database)