file_access_tokens

-1 rows


Description

Temporary tokens for unauthenticated access to files from the file store.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
token text 2147483647 null
file_id int8 19 null
files.id file_access_tokens_file_id_fkey C
created_by int8 19 null
users.id file_access_tokens_created_by_fkey R
created_time timestamptz 35,6 null
expires_time timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
file_access_tokens_pkey Primary key Asc token
file_access_tokens_expires_time_idx Performance Asc expires_time
file_access_tokens_file_id_idx Performance Asc file_id

Relationships