v1_0.chat_messages_persons
Grant access to the share only to users who are authorized to view all
organization data. There are no per-user or per-role visibility filters applied at the
share level.
Columns
| Column | Description |
|---|---|
id | Synthetic hash of chat_message_id and person_id, not a source record ID. Signed 32-bit, so values may be negative, and collisions can repeat an id across rows. The unique key for this table is chat_message_id + person_id. |
chat_message_id | The ID of the chat message |
person_id | The ID of the person |
last_updated_at | Timestamp when this record was last updated |
is_deleted | Whether the association has been deleted |