Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('fork_history_id_seq'::regclass) |
|
|
||
| aphrodite_version | text | 2147483647 | null |
|
|
|||
| release_date | date | 13 | √ | null |
|
|
||
| vllm_sync_version | text | 2147483647 | √ | null |
|
|
||
| vllm_sync_date | date | 13 | √ | null |
|
|
||
| notes | text | 2147483647 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fork_history_pkey | Primary key | Asc | id |