salaryEmployeeExperienceDetail
Documentation for the salaryEmployeeExperienceDetail database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| employeeId | ObjectId | Unique reference to employee. |
| employeeName | String | The name or title of the salaryemployeeexperiencedetail. |
| CTC | Number | Stores the c t c data. |
| Department | String | Stores the department data. |
| CompanyName | String | The name or title of the salaryemployeeexperiencedetail. |
| designation | String | Timestamp/Date for designation. |
| previousDepartment | String | Stores the previous department data. |
| previousDesignation | String | Timestamp/Date for previousDesignation. |
| fromDate | Date | Timestamp/Date for fromDate. |
| toDate | Date | Timestamp/Date for toDate. |
| Profile | String | Stores the profile data. |
| leavingReason | String | Stores the leaving reason data. |
| file | String | Stores the file data. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |