unitWithdrawplan
Documentation for the unitWithdrawplan database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unit | ObjectId | Stores the unit data. |
| branch | ObjectId | Stores the branch data. |
| clientName | String | The name or title of the unitwithdrawplan. |
| unitName | String | The name or title of the unitwithdrawplan. |
| handoverCompany | String | Stores the handover company data. |
| withdrawType | String | Stores the withdraw type data. |
| withdrawDate | Date | Timestamp/Date for withdrawDate. |
| Reason | String | Stores the reason data. |
| Remark | String | Detailed notes or remarks. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | 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. |