Training Sessions
Training Sessions
| Field | Type | Description |
|---|---|---|
id š | INTEGER | The unique identifier for the training session record. |
agency_id š | INTEGER | The ID of the agency hosting this training session. |
logged_by_worker_id š | INTEGER | The ID of the worker who logged this training session. |
curriculum_id š | INTEGER | The ID of the training curriculum being taught in this session. |
training_session_date | DATE | The date when the training session is scheduled or occurred. |
expiration_date | DATE | The expiration date for this training session, if applicable. |
custom_training | BOOLEAN | Whether this is a custom/freeform training session. |
custom_training_title | STRING | The title of the training, if this is a freeform training. |
custom_training_hours | DECIMAL | The number of hours for the training, if this is a freeform training. |
created_at | TIMESTAMP | The timestamp when the training session record was created. |
updated_at | TIMESTAMP | The timestamp when the training session record was last updated. |
Key Information
Primary Keys
id- The unique identifier for the training session record.
Foreign Keys
agency_id- The ID of the agency hosting this training session.logged_by_worker_id- The ID of the worker who logged this training session.curriculum_id- The ID of the training curriculum being taught in this session.
Updated about 2 months ago
