Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| company_id | int8 |
|
|
The foreign key to the company record. @example 1 |
| naps_id | varchar |
|
|
The NAPS ID, used for Services Australia claims. @example ‘1234567890’ |
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| primary | bool |
|
|
Determines which identifier serves as the primary. @example true |
| 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) |
|---|---|---|---|
| edge_services_australia_identifiers_pkey | Primary key | Asc | id |