Training Session Attendances

Training Session Attendances

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the training session attendance record.
training_session_id 🔗INTEGERThe ID of the training session this attendance record belongs to.
training_curriculum_id 🔗INTEGERThe ID of the training curriculum associated with this attendance.
person_id 🔗INTEGERThe ID of the person attending the training session.
agency_id 🔗INTEGERThe ID of the agency this attendance record belongs to.
application_id 🔗INTEGERThe ID of the application this person is associated with, if applicable.
created_atTIMESTAMPThe timestamp when the attendance record was created.
updated_atTIMESTAMPThe timestamp when the attendance record was last updated.

Key Information

Primary Keys

  • id - The unique identifier for the training session attendance record.

Foreign Keys

  • training_session_id - The ID of the training session this attendance record belongs to.
  • training_curriculum_id - The ID of the training curriculum associated with this attendance.
  • person_id - The ID of the person attending the training session.
  • agency_id - The ID of the agency this attendance record belongs to.
  • application_id - The ID of the application this person is associated with, if applicable.