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. |
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. |
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.curriculum_id
- The ID of the training curriculum being taught in this session.
Updated 6 days ago