Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| company_id | int8 |
|
|
The company this risk category belongs to. @example 1 |
| name | varchar |
|
|
The name of the risk category. @example “Choking and swallowing” |
| description | varchar |
|
|
A description of the risk category. @example “The provider implements processes to support safe chewing and swallowing when the individual is eating, drinking, taking oral medicines and during oral care.” |
| standard | varchar |
|
|
The name of the standard this risk is drawn from, if applicable. @example “Strengthened Aged Care Standards” |
| 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) |
|---|---|---|---|
| edge_risk_categories_pkey | Primary key | Asc | id |
| idx_edge_risk_categories_company_id | Performance | Asc | company_id |