Footprints Data Model |
Table |
Name | audit_event_type |
Comment |
A discriminator indicating the type of Audit Log Entry. Values include Audit Log Note, Audit Log Data Change, and Audit Log Data Version |
Column |
Name | Datatype | Comment | Is PK | Is FK |
audit_event_type_id | BIGINT |
The unique identifier for an instance of Audit Event Type. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. |
Yes | No |
audit_event_type_name | varchar(255) | The name of the Audit Event Type. | No | No |