webhook_deliveries

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
webhook_id VARCHAR 36 null
webhooks.id fk_webhook_deliveries_webhook_id R
event_type VARCHAR 50 null
payload JSON 1073741824 null
response_status INT 11 null
response_body TEXT 65535 null
attempt_count INT 11 1
status enum('pending', 'success', 'failed', 'retrying') 8 pending
delivered_at TIMESTAMP 19 null
created_at TIMESTAMP 19 CURRENT_TIMESTAMP
next_retry_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fk_webhook_deliveries_webhook_id Performance Asc webhook_id

Relationships