revisedDesignationMaster
Documentation for the revisedDesignationMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| description | String | Detailed notes or remarks. |
| unitId | ObjectId | Unique reference to unit. |
| code | String | Stores the code data. |
| oldDesignation | ObjectId | Timestamp/Date for oldDesignation. |
| newDesignation | ObjectId | Timestamp/Date for newDesignation. |
| isActive | Boolean | Active status flag. |
| amount | Number | Monetary or numeric value. |
| 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. |
| 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. |