edge_budget_signing_requests


Columns

Column Type Children Parents Comments
id int8
created_at timestamp
updated_at timestamp
status varchar

The status of the request. @example pending

access_phrase varchar

A code or phrase the receiver must provide before accessing the content via the generated link. @example 1940

access_hint varchar

Custom instructions to support what needs to be enterered as the access phrase. @example Please provide your year of birth to access your budget

budget_id int8

The budget that this signing request relates to @example 1

company_id int8

The foreign key to the company record. @example 1

requestor_id int8

The profile initiating the signing request @example 1

recipient_id int8

The profile receiving the signing request @example 1

completed_at timestamp

The date and time at which the request was completed. @example ‘2025-01-01T00:00:00Z’

manually_verified_by_id int8

The foreign key to a profile who manually verified this signing request. @example 1

manual_verification_notes text

Notes provided when manually verifying a signing request. @example verbally accepted on phone call

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
completed_at_in_company_tz timestamp
company_timezone varchar

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

Indexes

Constraint Name Type Sort Column(s)
edge_budget_signing_requests_pkey Primary key Asc id
edge_budget_signing_requests_budget_id_idx Performance Asc budget_id
edge_budget_signing_requests_company_id_idx Performance Asc company_id
edge_budget_signing_requests_manually_verified_by_id_idx Performance Asc manually_verified_by_id
edge_budget_signing_requests_recipient_id_idx Performance Asc recipient_id
edge_budget_signing_requests_requestor_id_idx Performance Asc requestor_id

Relationships