Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| finished | bool | 1 | null |
|
|
If true, this status means that the system is finished processing the file. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| upload_statuses_pkey | Primary key | Asc | id |