HolidayMaster
Documentation for the HolidayMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| date | Date | Timestamp/Date for date. |
| unit | ObjectId | Stores the unit data. |
| year | ObjectId | Stores the year data. |
| holidayName | String | Unique reference to holiday Name. |
| isNationalHoliday | Boolean | Unique reference to is National Holiday. |
| createdBy | ObjectId | Timestamp/Date for createdBy. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |
| createdDate | Date | Timestamp/Date for createdDate. |
| updatedDate | Date | Timestamp/Date for updatedDate. |
| 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. |