Shopware 6.7.7.1 webhook
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | Index |
| event_name | varchar(500) | NO | |
| url | varchar(500) | NO | |
| app_id | binary(16) | YES | Index Foreign Key → app.id |
| active | tinyint(1) | YES | Default: 1 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| error_count | int | NO | Default: 0 |
| only_live_version | tinyint unsigned | NO | Default: 0 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.webhook.app_id | app_id | No |
| PRIMARY | id | Yes |
| uniq.webhook.name | name,app_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
