Training Curriculums
Training Curriculums
Field | Type | Description |
---|---|---|
id 🔑 | INTEGER | The unique identifier for the training curriculum record. |
agency_id 🔗 | INTEGER | The ID of the agency this training curriculum belongs to. |
name | STRING | The name or title of the training curriculum. |
number_of_hours | DECIMAL | The number of training hours required to complete this curriculum. |
training_type | STRING | The type or category of training this curriculum represents. |
created_at | TIMESTAMP | The timestamp when the training curriculum record was created. |
updated_at | TIMESTAMP | The 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.
Updated 6 days ago