14 lines
702 B
Markdown
14 lines
702 B
Markdown
Table contact-relation
|
|
===========
|
|
Contact relations
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| cid | contact the related contact had interacted with | int unsigned | YES | PRI | 0 | |
|
|
| relation-cid | related contact who had interacted with the contact | int unsigned | YES | PRI | 0 | |
|
|
| last-interaction | Date of the last interaction | datetime | YES | | 0001-01-01 00:00:00 | |
|
|
| follow-updated | Date of the last update of the contact relationship | datetime | YES | | 0001-01-01 00:00:00 | |
|
|
| follows | | boolean | YES | | 0 | |
|
|
|
|
Return to [database documentation](help/database)
|