]> git.mxchange.org Git - friendica.git/blob - doc/database/db_contact-relation.md
Trailing whitespace removed
[friendica.git] / doc / database / db_contact-relation.md
1 Table contact-relation
2 ===========
3
4 Contact relations
5
6 | Field            | Description                                         | Type         | Null | Key | Default             | Extra |
7 | ---------------- | --------------------------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
8 | cid              | contact the related contact had interacted with     | int unsigned | NO   | PRI | 0                   |       |
9 | relation-cid     | related contact who had interacted with the contact | int unsigned | NO   | PRI | 0                   |       |
10 | last-interaction | Date of the last interaction                        | datetime     | NO   |     | 0001-01-01 00:00:00 |       |
11 | follow-updated   | Date of the last update of the contact relationship | datetime     | NO   |     | 0001-01-01 00:00:00 |       |
12 | follows          |                                                     | boolean      | NO   |     | 0                   |       |
13
14 Return to [database documentation](help/database)