Table: slack_user_presences
This table shows data for Slack User Presences.
https://api.slack.com/methods/users.getPresence (opens in a new tab)
The primary key for this table is user_id.
Relations
This table depends on slack_users.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
user_id (PK) | String |
last_activity | Timestamp |
presence | String |
online | Bool |
auto_away | Bool |
manual_away | Bool |
connection_count | Int |