Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('vllm_upstream_bugs_id_seq'::regclass) |
|
|
||
| vllm_issue_number | int4 | 10 | √ | null |
|
|
||
| title | text | 2147483647 | null |
|
|
|||
| state | text | 2147483647 | √ | null |
|
|
||
| created_at | date | 13 | √ | null |
|
|
||
| fixed_in_vllm_version | text | 2147483647 | √ | null |
|
|
||
| inherited_by_aphrodite | bool | 1 | √ | true |
|
|
||
| fixed_in_aphrodite_version | text | 2147483647 | √ | null |
|
|
||
| category | text | 2147483647 | √ | null |
|
|
||
| description | text | 2147483647 | √ | null |
|
|
||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
||
| _text | 2147483647 | √ | '{}'::text[] |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| vllm_upstream_bugs_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| vllm_upstream_bugs_state_check | (state = ANY (ARRAY['open'::text, 'closed'::text])) |