4 User specific public contact data
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | --------- | ------------------------------------------- | ------------------ | ---- | --- | ------- | ----- |
11 | cid | Contact id of the linked public contact | int unsigned | NO | PRI | 0 | |
12 | uid | User id | mediumint unsigned | NO | PRI | 0 | |
13 | blocked | Contact is completely blocked for this user | boolean | YES | | NULL | |
14 | ignored | Posts from this contact are ignored | boolean | YES | | NULL | |
15 | collapsed | Posts from this contact are collapsed | boolean | YES | | NULL | |
22 | PRIMARY | uid, cid |
28 | Field | Target Table | Target Field |
29 |-------|--------------|--------------|
30 | cid | [contact](help/database/db_contact) | id |
31 | uid | [user](help/database/db_user) | uid |
33 Return to [database documentation](help/database)