Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('action_trigger.event_definition_id_seq'::regclass) |
|
|
|||||||||||||||||
active | bool | 1 | true |
|
|
||||||||||||||||||
owner | int4 | 10 | null |
|
|
||||||||||||||||||
name | text | 2147483647 | null |
|
|
||||||||||||||||||
hook | text | 2147483647 | null |
|
|
||||||||||||||||||
validator | text | 2147483647 | null |
|
|
||||||||||||||||||
reactor | text | 2147483647 | null |
|
|
||||||||||||||||||
cleanup_success | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
cleanup_failure | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
delay | interval | 49,6 | '00:05:00'::interval |
|
|
||||||||||||||||||
max_delay | interval | 49,6 | √ | null |
|
|
|||||||||||||||||
repeat_delay | interval | 49,6 | √ | null |
|
|
|||||||||||||||||
usr_field | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
opt_in_setting | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
delay_field | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
group_field | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
template | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
granularity | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
context_usr_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
context_library_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
context_bib_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
context_item_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
message_template | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
message_usr_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
message_library_path | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
message_title | text | 2147483647 | √ | null |
|
|
|||||||||||||||||
retention_interval | interval | 49,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
event_definition_pkey | Primary key | Asc | id |
ev_def_name_owner_once | Must be unique | Asc/Asc | owner + name |
ev_def_owner_hook_val_react_clean_delay_once | Must be unique | Asc/Asc/Asc/Asc/Asc/Asc | owner + hook + validator + reactor + delay + delay_field |