SalaryEmployeePreviousJobDetails
Documentation for the SalaryEmployeePreviousJobDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| previousJobId | String | Unique reference to previous Job. |
| employeeId | ObjectId | Unique reference to employee. |
| designation | String | Timestamp/Date for designation. |
| department | String | Stores the department data. |
| fromDate | Date | Timestamp/Date for fromDate. |
| toDate | Date | Timestamp/Date for toDate. |
| costOfCompany | Number | Stores the cost of company data. |
| jobDetails | String | Stores the job details data. |
| reasonsForLeavingJob | String | Stores the reasons for leaving job 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. |
| timestamp | Date | Timestamp/Date for timestamp. |