OpenNewJob
Documentation for the OpenNewJob database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| jobId | String | Unique reference to job. |
| notificationNumber | String | Timestamp/Date for notificationNumber. |
| jobTitle | String | Stores the job title data. |
| designationId | ObjectId | Unique reference to designation. |
| numberOfPosts | Number | Stores the number of posts data. |
| jobOpeningDate | Date | Timestamp/Date for jobOpeningDate. |
| jobClosingDate | Date | Timestamp/Date for jobClosingDate. |
| minimumQualification | Number | Timestamp/Date for minimumQualification. |
| minimumExperience | Number | Stores the minimum experience data. |
| applicationFormPath | String | Timestamp/Date for applicationFormPath. |
| applicationContentType | String | Timestamp/Date for applicationContentType. |
| applicationAttachment | Buffer | Timestamp/Date for applicationAttachment. |
| jobDetailsPath | String | Timestamp/Date for jobDetailsPath. |
| jobContentType | String | Stores the job content type data. |
| jobAttachment | Buffer | Timestamp/Date for jobAttachment. |
| remarks | String | Detailed notes or remarks. |
| 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. |