Table: slack_conversation_members
This table shows data for Slack Conversation Members.
https://api.slack.com/methods/conversations.members (opens in a new tab)
The composite primary key for this table is (team_id, user_id, channel_id).
Relations
This table depends on slack_conversations.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
team_id (PK) | String |
user_id (PK) | String |
channel_id (PK) | String |