Footprints Data Model |
Table |
Name | audit_field_cfg |
Comment | Configuration values for the Audit that determine if a dynamic item should be audited. If only Dynamic Items are supported, then auditing may be something that cannot be turned off? Configuration Setting Values are used for the audit indicator. Within the Java code, automatic logging of classes can be turned on. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
audit_field_cfg_id | bigint | The automatically generated primary key of the audit_field_cfg table. | Yes | No |
is_audited | bit | Indicates if changes to the field should be recorded in the Audit Trail. | No | No |
item_field_defn_id | bigint | A Foreign Key to the Definition table for an instance of type Definition. | No | Yes |