openapi.endpoint_set

Columns

Column Type Nullable Default Notes

name PK

text

No

description

text

No

active

boolean

No

true

rate_limit FK

integer

Yes

openapi.rate_limit_definition(id)

Primary Key

(name)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

rate_limit

openapi.rate_limit_definition(id)

NO ACTION

NO ACTION

No

endpoint_set_rate_limit_fkey

Indexes

Index Method Definition

endpoint_set_pkey PK

btree

CREATE UNIQUE INDEX endpoint_set_pkey ON openapi.endpoint_set USING btree (name)

Referenced By

The following tables have foreign keys pointing to openapi.endpoint_set (5 referencing table(s)):

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

openapi.endpoint_set_endpoint_map

endpoint_set

name

endpoint_set_endpoint_map_endpoint_set_fkey

openapi.endpoint_set_ip_rate_limit_map

endpoint_set

name

endpoint_set_ip_rate_limit_map_endpoint_set_fkey

openapi.endpoint_set_perm_map

endpoint_set

name

endpoint_set_perm_map_endpoint_set_fkey

openapi.endpoint_set_perm_set_map

endpoint_set

name

endpoint_set_perm_set_map_endpoint_set_fkey

openapi.endpoint_set_user_rate_limit_map

endpoint_set

name

endpoint_set_user_rate_limit_map_endpoint_set_fkey