action_trigger.collector

Columns

Column Type Nullable Default Notes

module PK

text

No

description

text

Yes

Primary Key

(module)

Indexes

Index Method Definition

collector_pkey PK

btree

CREATE UNIQUE INDEX collector_pkey ON action_trigger.collector USING btree (module)

Referenced By

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

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

action_trigger.environment

collector

module

environment_collector_fkey