ScheduledEvents


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
recipientEmail varchar 50 null
campaignName "glints_match"."enum_CampaignConfigs_name" 2147483647 null
CampaignConfigs.name ScheduledEvents_campaignName_fkey R
step int2 5 null
scheduledAt timestamptz 35,6 null
channel "glints_match"."enum_communication_channel" 2147483647 null
candidateId uuid 2147483647 null
Candidates.id ScheduledEvents_candidateId_fkey N
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
deletedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
ScheduledEvents_pkey Primary key Asc id

Relationships