upload_types

3 rows


Description

(Enum) Types of user-uploaded files whose progress can be tracked in the uploads table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
uploads.type_id uploads_type_id_fkeyR
name text 2147483647 null
expire_files bool 1 null

Old rows are automatically deleted from the uploads table. If this value is true, files will also be removed from the file store for old uploads of this type.

Indexes

Constraint Name Type Sort Column(s)
upload_types_pkey Primary key Asc id

Relationships