Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| company_id | int8 |
|
|
The foreign key to the company record. @example 1 |
| finance_sah_payment_statement_item_id | int8 |
|
|
The foreign key to the SAH payment statement item. @example 1 |
| amount_cents | int4 |
|
|
The amount used from the budget. @example 1500 |
| amount_currency | varchar |
|
|
The amount used from the budget’s currency code. @example “AUD” |
| budget_type_code | varchar |
|
|
The code of the budget type used. @example “ON” |
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| 0c5b6b4e547e8beb773cc15c8704454d | Performance | Asc | finance_sah_payment_statement_item_id |
| b769d9bb8f8f3360fb3d41e485ee218f | Performance | Asc | company_id |