webhook_event_logs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
webhook_attempt_logs.webhook_event_logs_id webhook_attempt_logs_fk_1 R
data text 2147483647 null
event_result int2 5 null
event_type varchar 64 null
insert_instant int8 19 null
last_attempt_instant int8 19 null
last_update_instant int8 19 null
linked_object_id uuid 2147483647 null
sequence bigserial 19 nextval('webhook_event_logs_sequence_seq'::regclass)

Indexes

Constraint Name Type Sort Column(s)
webhook_event_logs_pkey Primary key Asc id
webhook_event_logs_i_1 Performance Asc insert_instant

Relationships