RecruitmentCommittee
Documentation for the RecruitmentCommittee database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| committeeId | String | Unique reference to committee. |
| jobId | ObjectId | Unique reference to job. |
| externalRemarks | String | Detailed notes or remarks. |
| internalRemarks | 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 | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |