RecruitmentInterviewSchedule
Documentation for the RecruitmentInterviewSchedule database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| recruitmentCandidateId | ObjectId | Unique reference to recruitment Candidate. |
| interviewDate | Date | Timestamp/Date for interviewDate. |
| interviewTime | String | Timestamp/Date for interviewTime. |
| 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. |