incident_io_on_call_users
Details of on-call schedules in Incident.io.
-
id
Primary key - Unique identifier for the row.
-
schedule_source_id
Foreign key - Incident.io ID of the schedule.
-
schedule_name
string - Name of the schedule.
-
user_id
Foreign key - ID of the user associated with the schedule shift.
-
start_at
date - Timestamp when User shift started.
-
end_at
date - Timestamp when User shift ended.