RecruitmentAdvertisementMaster
Documentation for the RecruitmentAdvertisementMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| advertisementId | String | Unique reference to advertisement. |
| advertisementDate | Date | Timestamp/Date for advertisementDate. |
| remarks | String | Detailed notes or remarks. |
| 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. |