Training Curriculums

Training Curriculums

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the training curriculum record.
agency_id 🔗INTEGERThe ID of the agency this training curriculum belongs to.
nameSTRINGThe name or title of the training curriculum.
number_of_hoursDECIMALThe number of training hours required to complete this curriculum.
training_typeSTRINGThe type or category of training this curriculum represents.
created_atTIMESTAMPThe timestamp when the training curriculum record was created.
updated_atTIMESTAMPThe timestamp when the training curriculum record was last updated.

Key Information

Primary Keys

  • id - The unique identifier for the training curriculum record.

Foreign Keys

  • agency_id - The ID of the agency this training curriculum belongs to.