openapi.endpoint_dispatch_log

Columns

Column Type Nullable Default Notes

request_id PK

text

No

complete_time

timestamp with time zone

No

now()

error

boolean

No

Primary Key

(request_id)

Indexes

Index Method Definition

endpoint_dispatch_log_pkey PK

btree

CREATE UNIQUE INDEX endpoint_dispatch_log_pkey ON openapi.endpoint_dispatch_log USING btree (request_id)