Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action_trigger.alternate_template_id_seq'::regclass) |
|
|
|||||
| event_def | int4 | 10 | √ | null |
|
|
|||||
| template | text | 2147483647 | √ | null |
|
|
|||||
| active | bool | 1 | √ | true |
|
|
|||||
| locale | text | 2147483647 | √ | null |
|
|
|||||
| message_title | text | 2147483647 | √ | null |
|
|
|||||
| message_template | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| alternate_template_event_def_locale_key | Must be unique | Asc/Asc | event_def + locale |
