Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| height | numeric | 0 | √ | null |
|
|
|||||
| weight | numeric | 0 | √ | null |
|
|
|||||
| patient_id | uuid | 2147483647 | null |
|
|
||||||
| created_at | timestamp | 29,6 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | null |
|
|
||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
| device_created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| device_updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| user_id | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| patient_attributes_pkey | Primary key | Asc | id |
| index_patient_attributes_on_patient_id | Performance | Asc | patient_id |
| index_patient_attributes_on_user_id | Performance | Asc | user_id |

