unitShiftDetails
Documentation for the unitShiftDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unitId | ObjectId | Unique reference to unit. |
| shiftDetails | Number | Stores the shift details data. |
| shiftCount | Number | Stores the shift count data. |
| designationId | ObjectId | Unique reference to designation. |
| shiftHours | String | Stores the shift hours data. |
| shiftDesignationWiseDetails | String | Timestamp/Date for shiftDesignationWiseDetails. |
| startTime | String | Timestamp/Date for startTime. |
| endTime | String | Timestamp/Date for endTime. |
| shiftType | String | Stores the shift type data. |
| authStrength | String | Stores the auth strength data. |
| 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. |