RecruitmentCandidateDetails
Documentation for the RecruitmentCandidateDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| recruitmentId | String | Unique reference to recruitment. |
| jobId | ObjectId | Unique reference to job. |
| candidateName | String | Unique reference to candidate Name. |
| fatherName | String | The name or title of the recruitmentcandidatedetails. |
| dateOfBirth | Date | Timestamp/Date for dateOfBirth. |
| photoPath | String | Timestamp/Date for photoPath. |
| address | String | Stores the address data. |
| phone | String | Contact phone number. |
| mobile | String | Contact phone number. |
String | Primary email address. | |
| draftNumber | String | Stores the draft number data. |
| bankName | String | The name or title of the recruitmentcandidatedetails. |
| highestQualification | Number | Timestamp/Date for highestQualification. |
| highestExperience | Number | Stores the highest experience data. |
| status | Number | Timestamp/Date for status. |
| fileName | String | The name or title of the recruitmentcandidatedetails. |
| contentType | String | Stores the content type data. |
| attachment | Buffer | Timestamp/Date for attachment. |
| remarks | String | Detailed notes or remarks. |
| isDeleted | Boolean | Stores the is deleted data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | Unique reference to updated Date. |