TrainingSessions
Training session scheduling and management
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| TrainingId | Integer |
Trainings.Id | |
| Name | String | ||
| Status | String |
The allowed values are pending, active, completed, cancelled. | |
| DueDate | Date | ||
| EndsAt | Datetime | ||
| StartsAt | Datetime | ||
| Description | String | ||
| Duration | String | ||
| IsActive | Boolean | ||
| IsSubsidized | Boolean | ||
| Link | String | ||
| Location | String | ||
| Modality | String | ||
| ParentId | Integer | ||
| Schedule | String | ||
| SessionAttendanceIds | String | ||
| SessionFeedbackId | Integer | ||
| TrainingClassId | Integer |