spauditlog

Table info.

Title Sp Audit Log
Description Sp Audit Log

Fields

Name Type Required Index Hidden On form Title Pick list Description
SpAuditLogID int(11) PRI
TimestampCreated datetime Timestamp Created The date and time the record change, addition, or deletion was made.
TimestampModified datetime Timestamp Modified Same information as the TimestampCreated field.
Version int(11) Version Internal number, always = 0. No reporting value.
Action tinyint(4) Action The addition, update, or deletion action that was taken on the data field.
ParentRecordId int(11) Parent Record Id The unique record ID of the record in the parent table to which the changed record is linked.
ParentTableNum smallint(6) Parent Table Num The number ID or name of the parent table of the record that has been modified. For example if the changed record is in the Collection Object table, this value points to the 'Collection' table.
RecordId int(11) Record Id The unique record ID of the record that was created, changed, or deleted.
RecordVersion int(11) Record Version The internal number used by Hibernate within Specify to keep track of the version of the changed record.
TableNum smallint(6) Table Num The table of the new, changed, or deleted record.
CreatedByAgentID int(11) MUL
ModifiedByAgentID int(11) MUL

Indexes

Name Fields Unique Nullable
FKD51C16E65327F942 ModifiedByAgentID
FKD51C16E67699B003 CreatedByAgentID
PRIMARY SpAuditLogID

One-to-many relationships

Name Field Related table Related field
FK154AE9D469D0534A SpAuditLogID spauditlogfield SpAuditLogID

Many-to-one relationships

Name Field Related table Related field
FKD51C16E65327F942 ModifiedByAgentID agent AgentID
FKD51C16E67699B003 CreatedByAgentID agent AgentID