EmployeeAppraisalCharacterRoleDetailsModel
Documentation for the EmployeeAppraisalCharacterRoleDetailsModel database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| appraisalId | String | Unique reference to appraisal. |
| employeeId | ObjectId | Unique reference to employee. |
| financialYearId | ObjectId | Unique reference to financial Year. |
| date | Date | Timestamp/Date for date. |
| characterRole | String | Stores the character role data. |
| fileName | String | The name or title of the employeeappraisalcharacterroledetailsmodel. |
| contentType | String | Stores the content type data. |
| attachment | Buffer | Timestamp/Date for attachment. |
| remarks | String | Detailed notes or remarks. |
| isDeleted | Boolean | Stores the is deleted 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. |