Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| run_id | text | 2147483647 | null |
|
|
|||
| source | text | 2147483647 | 'unknown'::text |
|
|
|||
| actor | text | 2147483647 | null |
|
|
|||
| keywords | text | 2147483647 | ''::text |
|
|
|||
| items_returned | int8 | 19 | 0 |
|
|
|||
| usage_total_usd | float8 | 17,17 | 0.0 |
|
|
|||
| charged_start_events | int8 | 19 | 0 |
|
|
|||
| charged_record_events | int8 | 19 | 0 |
|
|
|||
| ran_at | text | 2147483647 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| runs_pkey | Primary key | Asc | run_id |
| idx_runs_actor | Performance | Asc | actor |
| idx_runs_ran | Performance | Asc | ran_at |