action_trigger.reactor

Columns

Column Type Nullable Default Notes

module PK

text

No

description

text

Yes

Primary Key

(module)

Indexes

Index Method Definition

reactor_pkey PK

btree

CREATE UNIQUE INDEX reactor_pkey ON action_trigger.reactor USING btree (module)

Referenced By

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

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

action_trigger.event_definition

reactor

module

event_definition_reactor_fkey