openapi.integrator

Columns

Column Type Nullable Default Notes

id PK FK

integer

No

actor.usr(id)

enabled

boolean

No

true

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

id

actor.usr(id)

NO ACTION

NO ACTION

No

integrator_id_fkey

Indexes

Index Method Definition

integrator_pkey PK

btree

CREATE UNIQUE INDEX integrator_pkey ON openapi.integrator USING btree (id)