Footprints Data Model |
Table |
Name | tmpl_attr_defn |
Comment | A list of substitution attributes that can be used in an email template. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
tmpl_attr_defn_id | bigint | The automatically generated primary key of the tmpl_attr_defn table. | Yes | No |
tmpl_attr_defn_keyword | varchar(255) | The value of a Template Attribute Definition, stored as a string. | No | No |
tmpl_attr_defn_name | varchar(255) | The value of a Template Attribute Definition, stored as a string. | No | No |
is_intrnl | bit | Indicates if Is Internal. | No | No |
tmpl_ctgy_id | bigint | A Foreign Key to the Template Category table. | No | Yes |