Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('agency_master.email_templates_id_seq'::regclass) |
|
|
|||||
| template_code | varchar | 255 | null |
|
|
||||||
| subject | varchar | 255 | null |
|
|
||||||
| is_active | bool | 1 | true |
|
|
||||||
| created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| email_templates_pkey | Primary key | Asc | id |
| uk_email_template_code | Must be unique | Asc | template_code |
