Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_lettertemplate_id_seq'::regclass) |
|
|
Primary key |
||||
| templatename | varchar | 100 | null |
|
|
Format: String |
|||||
| htmlcontent | varchar | 2147483647 | √ | null |
|
|
Stores the HTML template structure with dynamic placeholders. |
||||
| status | bool | 1 | null |
|
|
Flag Type: Boolean |
|||||
| isdeleted | bool | 1 | null |
|
|
Flag Type: Boolean (Soft Delete) |
|||||
| publishoness | bool | 1 | null |
|
|
Flag Type: Boolean |
|||||
| headerid | int8 | 19 | null |
|
|
FK: public.tbl_LetterHeader.id (or similar header table) |
|||||
| notification | varchar | 200 | null |
|
|
Format: Comma-separated integers |
|||||
| createdby | varchar | 50 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifiedby | varchar | 50 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| requireacknowledgement | bool | 1 | √ | null |
|
|
Flag Type: Boolean |
||||
| is_offer_letter_template | bool | 1 | √ | null |
|
|
Flag Type: Boolean (default: false) |
||||
| usedocumentfile | bool | 1 | false |
|
|
Flag Type: Boolean |
|||||
| filename | text | 2147483647 | √ | null |
|
|
Format: String |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_lettertemplate_pk_tbl_tbl_lettertemplate | Primary key | Asc | id |
