Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('certificate_template_id_seq'::regclass) |
|
|
Primary key |
|
| name | varchar | 255 | null |
|
|
Template name |
||
| html_content | text | 2147483647 | null |
|
|
HTML structure of the certificate template. |
||
| description | text | 2147483647 | √ | null |
|
|
Optional description for the certificate template. |
|
| is_active | bool | 1 | √ | true |
|
|
Template activation flag |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| certificate_template_pkey | Primary key | Asc | id |
