Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('htmlfile_configuration_id_seq'::regclass) |
|
|
Primary key |
|
| config_item_name | varchar | 100 | √ | null |
|
|
Unique identifier key for the template |
|
| config_item_value | varchar | 2147483647 | √ | null |
|
|
Complete HTML email template with dynamic placeholders |
|
| category | varchar | 50 | √ | null |
|
|
Functional category grouping related templates |
|
| file_name | varchar | 50 | √ | null |
|
|
Template file reference name |
|
| status | bpchar | 10 | √ | null |
|
|
Template activation status |
|
| created_date | timestamp | 29,6 | √ | null |
|
|
||
| created_by | varchar | 50 | √ | null |
|
|
||
| updated_date | timestamp | 29,6 | √ | null |
|
|
||
| updated_by | varchar | 50 | √ | null |
|
|
||
| config_type | varchar | 10 | √ | null |
|
|
Type of communication configuration |
|
| config_item_title | text | 2147483647 | √ | null |
|
|
Human-readable title for the template |
|
| cc | varchar | 200 | √ | null |
|
|
Carbon copy email recipients |
|
| bcc | varchar | 200 | √ | null |
|
|
Blind carbon copy email recipients |
|
| varchar | 100 | √ | null |
|
|
URL or navigation reference for template context |
