referral_assignments

0 rows


Description

snapshots of referral assignments

Columns

Column Type Size Nulls Auto Default Children Parents Comments
referral_id uuid 2147483647 null
referral.id fk_referral_idR

the referral being assigned

assigned_at timestamptz 35,6 null

when the case was assigned

assigned_by_id text 2147483647 null
auth_user.id fk_assigned_by_id_auth_userR

ID of the person who assigned the case

assigned_to_id text 2147483647 null
auth_user.id fk_assigned_to_id_auth_userR

ID of the person who the case is assigned to

superseded bool 1 false

Indexes

Constraint Name Type Sort Column(s)
referral_assignments_referral_id_idx Performance Asc referral_id

Relationships