Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| company_id | int8 |
|
|
The company that the record belongs to. @example 1 |
| funding_source_id | int8 |
|
|
The funding source that the record belongs to. @example 1 |
| item_code | varchar |
|
|
The entitlement item code from Services Australia. @example ‘CM_PERCENT’ |
| amount_cents | int4 |
|
|
The entitlement amount in cents. @example 2500000 |
| amount_currency | varchar |
|
|
The currency code for the entitlement amount. @example ‘AUD’ |
| start_date | date |
|
|
The start date of the entitlement. @example ‘2024-07-01’ |
| end_date | date |
|
|
The end date of the entitlement. @example ‘2025-06-30’ |
| 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) |
|---|---|---|---|
| 45d31f0904d53d9b60210c9542eed23b | Performance | Asc | company_id |
| a0d32b96c73e5a3cde751b07a8ca3285 | Performance | Asc | funding_source_id |