upload_statuses

10 rows


Description

(Enum) Available statuses of user-uploaded files. Uploads progress through these statuses as the system processes the files.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
uploads.status_id uploads_status_id_fkeyR
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

Relationships