edge_helper_verification_renewals


Columns

Column Type Children Parents Comments
id int8
ticket_id int8
helper_verification_id int8
previous_file_id int8
new_file_id int8
status varchar
expires_on date
created_at timestamp
updated_at timestamp
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_renewals_pkey Primary key Asc id
idx_df2f41c94463eb096ef367be391a6108 Performance Asc helper_verification_id
idx_edge_helper_verification_renewals_company_id Performance Asc company_id
idx_edge_helper_verification_renewals_new_file_id Performance Asc new_file_id
idx_edge_helper_verification_renewals_previous_file_id Performance Asc previous_file_id
idx_edge_helper_verification_renewals_ticket_id Performance Asc ticket_id

Relationships