Database
Salary
SalaryEmployeePreviousJobDetails

SalaryEmployeePreviousJobDetails

Documentation for the SalaryEmployeePreviousJobDetails database schema.

Fields

FieldData TypeUsage
previousJobIdStringUnique reference to previous Job.
employeeIdObjectIdUnique reference to employee.
designationStringTimestamp/Date for designation.
departmentStringStores the department data.
fromDateDateTimestamp/Date for fromDate.
toDateDateTimestamp/Date for toDate.
costOfCompanyNumberStores the cost of company data.
jobDetailsStringStores the job details data.
reasonsForLeavingJobStringStores the reasons for leaving job data.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
timestampDateTimestamp/Date for timestamp.