Database
Payroll
Payroll Master
Common
revisedDesignationMaster

revisedDesignationMaster

Documentation for the revisedDesignationMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
descriptionStringDetailed notes or remarks.
unitIdObjectIdUnique reference to unit.
codeStringStores the code data.
oldDesignationObjectIdTimestamp/Date for oldDesignation.
newDesignationObjectIdTimestamp/Date for newDesignation.
isActiveBooleanActive status flag.
amountNumberMonetary or numeric value.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.