RecruitmentCandidateEducationalDetails
Documentation for the RecruitmentCandidateEducationalDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| recruitmentCandidateId | ObjectId | Unique reference to recruitment Candidate. |
| examPassed | String | Stores the exam passed data. |
| subjects | String | Stores the subjects data. |
| marksObtained | Decimal128 | Stores the marks obtained data. |
| percentage | Decimal128 | Stores the percentage data. |
| updatedDateId | ObjectId | Unique reference to updated Date. |