edge_helper_verification_files


Columns

Column Type Children Parents Comments
id int8
helper_id int8
created_at timestamp
updated_at timestamp
verification_file_type_id int8
uploaded_by_id int8
company_id int8

The owning tenant’s ID. @example 1.

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_helper_verification_files_pkey Primary key Asc id
idx_762e8e01f4ccb002f7681c104391b7fb Performance Asc verification_file_type_id
idx_edge_helper_verification_files_company_id Performance Asc company_id
idx_edge_helper_verification_files_helper_id Performance Asc helper_id
idx_edge_helper_verification_files_uploaded_by_id Performance Asc uploaded_by_id

Relationships