Notifications queue
notifications_queue¶
- Schema: public
- PK:
notification_id(uuid, defaultgen_random_uuid())
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| notification_id | uuid | NOT NULL | gen_random_uuid() | PK |
| notification_configuration_type | text | NOT NULL | ||
| workspace_id | bigint | NOT NULL | ||
| user_id | bigint | YES | ||
| created_time | timestamp | YES | now() | |
| process_start_time | timestamp | YES | ||
| notification_data | jsonb | YES |
Key indexes¶
notifications_pkey-- PK onnotification_id