Database
Establishment
EmployeeDisciplinaryActionDetails

EmployeeDisciplinaryActionDetails

Documentation for the EmployeeDisciplinaryActionDetails database schema.

Fields

FieldData TypeUsage
anyIdObjectIdUnique reference to any.
disciplinaryActionIdStringUnique reference to disciplinary Action.
dateDateTimestamp/Date for date.
employeeIdObjectIdUnique reference to employee.
disciplinaryActionStringStores the disciplinary action data.
fileNameStringThe name or title of the employeedisciplinaryactiondetails.
contentTypeStringStores the content type data.
attachmentBufferTimestamp/Date for attachment.
remarksStringDetailed notes or remarks.
isDeletedBooleanStores the is deleted data.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdObjectIdUnique reference to inserted Date.
updatedDateIdObjectIdUnique reference to updated Date.