Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| status | varchar |
|
|
The status of the request. @example pending |
| 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 |
| 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. |
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 |