Training Sessions

Training Sessions

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the training session record.
agency_id 🔗INTEGERThe ID of the agency hosting this training session.
curriculum_id 🔗INTEGERThe ID of the training curriculum being taught in this session.
training_session_dateDATEThe date when the training session is scheduled or occurred.
created_atTIMESTAMPThe timestamp when the training session record was created.
updated_atTIMESTAMPThe 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.