Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.print_template_id_seq'::regclass) |
|
|
|||||
| name | text | 2147483647 | null |
|
|
||||||
| label | text | 2147483647 | null |
|
|
||||||
| owner | int4 | 10 | null |
|
|
||||||
| active | bool | 1 | false |
|
|
||||||
| locale | text | 2147483647 | √ | null |
|
|
|||||
| content_type | text | 2147483647 | 'text/html'::text |
|
|
||||||
| template | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| print_template_pkey | Primary key | Asc | id |
| label_once_per_lib | Must be unique | Asc/Asc | owner + label |
| name_once_per_lib | Must be unique | Asc/Asc | owner + name |
