Footprints Data Model

Table
Name audit_msg_tmpl
Comment A template message that is generated from the application with string substitution parameters. Only string variables are supported, because the eventual usage is just string presentation, and localization of the parameters is not supported.

Column
Name Datatype Comment Is PK Is FK
audit_msg_tmpl_id bigint The automatically generated primary key of the audit_msg_tmpl table. Yes No
audit_msg_tmpl_key varchar(255) A search key for the Audit Message Template, composed of letters and numbers. No No
audit_msg_tmpl varchar(4000) The template message consisting of text and substitution variables. No No