pub_sub
Messages received from Pub/Sub. Used to ensure that we only process each message once.
Primary Key:| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
message_id | text | No | Yes | - |
subscription | text | No | Yes | - |
attributes | jsonb | No | No | - |
publish_time | timestamp with time zone | No | No | - |