Database
Recruitment
RecruitmentCandidateDetails

RecruitmentCandidateDetails

Documentation for the RecruitmentCandidateDetails database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
recruitmentIdStringUnique reference to recruitment.
jobIdObjectIdUnique reference to job.
candidateNameStringUnique reference to candidate Name.
fatherNameStringThe name or title of the recruitmentcandidatedetails.
dateOfBirthDateTimestamp/Date for dateOfBirth.
photoPathStringTimestamp/Date for photoPath.
addressStringStores the address data.
phoneStringContact phone number.
mobileStringContact phone number.
emailStringPrimary email address.
draftNumberStringStores the draft number data.
bankNameStringThe name or title of the recruitmentcandidatedetails.
highestQualificationNumberTimestamp/Date for highestQualification.
highestExperienceNumberStores the highest experience data.
statusNumberTimestamp/Date for status.
fileNameStringThe name or title of the recruitmentcandidatedetails.
contentTypeStringStores the content type data.
attachmentBufferTimestamp/Date for attachment.
remarksStringDetailed notes or remarks.
isDeletedBooleanStores the is deleted data.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdDateUnique reference to inserted Date.
updatedDateIdDateUnique reference to updated Date.