salarySeniorLevelMaster
Documentation for the salarySeniorLevelMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| employeeId | ObjectId | Unique reference to employee. |
| seniorEmployeeId | ObjectId | Unique reference to senior Employee. |
| effectiveDate | Date | Timestamp/Date for effectiveDate. |
| orderNo | Number | Stores the order no 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. |