action_trigger.event_output

Columns

Column Type Nullable Default Notes

id PK

bigint

No

nextval('action_trigger.event_output_id_seq'::regclass)

create_time

timestamp with time zone

No

now()

is_error

boolean

No

false

data

text

No

locale

text

Yes

Primary Key

(id)

Indexes

Index Method Definition

event_output_pkey PK

btree

CREATE UNIQUE INDEX event_output_pkey ON action_trigger.event_output USING btree (id)

Referenced By

The following tables have foreign keys pointing to action_trigger.event_output (3 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

action_trigger.event

async_output

id

event_async_output_fkey

action_trigger.event

error_output

id

event_error_output_fkey

action_trigger.event

template_output

id

event_template_output_fkey