Database
Salary
Insurance_Transaction_Master

Insurance_Transaction_Master

Documentation for the Insurance_Transaction_Master database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
insuranceTransactionIdStringUnique reference to insurance Transaction.
insuranceCodeStringStores the insurance code data.
manualInsuranceCodeStringStores the manual insurance code data.
insuranceDetailsStringStores the insurance details data.
headIdObjectIdUnique reference to head.
transactionDateDateTimestamp/Date for transactionDate.
employeeIdObjectIdUnique reference to employee.
monthlyInstallmentDecimal128Stores the monthly installment data.
lastInsuranceDateDateTimestamp/Date for lastInsuranceDate.
totalContributionDecimal128Stores the total contribution data.
remarksStringDetailed notes or remarks.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.
timestampDateTimestamp/Date for timestamp.