Table Type: Realtime Data
This table contains the current (near real-time) estimated wait time by queue, media type and calculation method (formula)
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| queue_id | string | Primary Key | The ID of the queue |
| media_type | string | Primary Key | The media type |
| formula | string | Primary Key | The calculation method |
| ewt | int32 | the estimated wait time in seconds | |
| db_last_updated | datetime | The last time this record was updated in the database |
