GeneX-2.0 DB: Audit Table
GeneX-2.0 DB: Audit Table
Table TypeInheritsComment
DATAnone The Audit table tracks changes to the individual rows of other tables.

Column Information
Column NameFull NameData TypeNot NULLComment
audit_fkAuditintfalseThe audit entry when this data was last modified, it will be null if it is the creation event. We set the write_sql attribute to be false so that Postgres doesn't put a constraint on this column. It is automatically set by a trigger.
audit_pkAccession Numberserialfalse
modification_dateModification Datedatetimetrue the date when this entry was last modified
modified_byModified Bynamefalse the DB user who made the last modification on this entry

Primary Key Information
Column Name
audit_pk

Foreign Key Information
Column NameForeign TablePrimary Key in Foreign TableForeign Key Type
audit_fkAuditaudit_pkONE_TO_ONE

Unique Column Information
Column Names

Index Information
NameColumn Name