Database
Company Hierarchy
unitWithdrawplan

unitWithdrawplan

Documentation for the unitWithdrawplan database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
unitObjectIdStores the unit data.
branchObjectIdStores the branch data.
clientNameStringThe name or title of the unitwithdrawplan.
unitNameStringThe name or title of the unitwithdrawplan.
handoverCompanyStringStores the handover company data.
withdrawTypeStringStores the withdraw type data.
withdrawDateDateTimestamp/Date for withdrawDate.
ReasonStringStores the reason data.
RemarkStringDetailed notes or remarks.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdDateUnique reference to inserted Date.
updatedDateIdDateUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.