Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| measure_version_id | VARCHAR | 36 | null |
|
|
|||
| session_id | VARCHAR | 36 | null |
|
|
|||
| session_date | DATE | 10 | null |
|
|
|||
| recorded_value | DECIMAL | 10,2 | null |
|
|
|||
| recorded_unit | VARCHAR | 20 | √ | null |
|
|
||
| notes | TEXT | 65535 | √ | null |
|
|
||
| is_active | BIT | 1 | √ | 1 |
|
|
||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_session_data_date | Performance | Asc | session_date |
| idx_session_data_location | Performance | Asc | location_business_line_id |
| idx_session_data_session | Performance | Asc | session_id |
| idx_session_data_version | Performance | Asc | measure_version_id |