referral_applications


Description

A list of all referral applications.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null
referral_question_answers.referral_application_idDefined in XMLR

Primary key.

candidate_idint410null
candidates.idDefined in XMLR

Id of the candidate the record belongs to.

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

emailvarchar255null

Candidate email address.

namevarchar255null

Candidate name address.

offer_idint410null
offers.idDefined in XMLR

Id of the offer the record belongs to.

offer_titlevarchar255null

Offer title.

referral_referrer_idint410null
referral_referrers.idDefined in XMLR

Id of the referrer the record belongs to.

statusvarchar255null

Application status - one of (‘claimed’, ‘in_review’, ‘process_complete’).

updated_attimestamp29,6null

Date the record was updated.

Relationships