Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
entryid | int8 | 19 | null |
|
|
|||||
hookid | int8 | 19 | null |
|
|
|||||
url | varchar | 2000 | null |
|
|
|||||
urlmd5 | varchar | 48 | null |
|
|
|||||
payload | bytea | 2147483647 | null |
|
|
|||||
creationdate | int8 | 19 | null |
|
|
|||||
modificationdate | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
jivewebhookqueue_pk | Primary key | Asc | entryid |
jivewebhookqueue_hook_idx | Performance | Asc | hookid |
jivewebhookqueue_url_idx | Performance | Asc/Asc | urlmd5 + entryid |