origin_enum


Description

A row in this table represents a possible origin \(sources, applied, referral, etc\) for an opportunity.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
origin_id varchar 2147483647 null
opportunities.origin_id opportunities_origin_id_fkeyN

Primary key.

origin varchar 2147483647 null

Origin of the candidate, can be Applied, Sourced, Referred, University, Internal, or Agency

Indexes

Constraint Name Type Sort Column(s)
origin_enum_pkey Primary key Asc origin_id

Relationships