Shopware 6.7.12.1 webhook_delivery
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | bigint unsigned | NO | Primary Key, auto_increment |
| webhook_event_log_id | binary(16) | NO | Unique Foreign Key → webhook_event_log.id |
| webhook_id | binary(16) | YES | Index Foreign Key → webhook.id |
| partition_key | binary(16) | NO | Index |
| delivery_status | varchar(20) | NO | Default: queued |
| execution_count | int unsigned | NO | Default: 0 |
| next_retry_at | datetime(3) | YES | |
| last_attempt_at | datetime(3) | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| idx.webhook_delivery.partition_status_retry | partition_key,delivery_status,next_retry_at,id | No |
| idx.webhook_delivery.webhook_status | webhook_id,delivery_status | No |
| PRIMARY | id | Yes |
| uniq.webhook_delivery.webhook_event_log_id | webhook_event_log_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| webhook_event_log_id | webhook_event_log | id |
| webhook_id | webhook | id |
