Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| CreatedBy | Unknown | 0 | null |
|
|
Creator user ID - User who scheduled the make-up session |
||
| DateCreated | Unknown | 0 | null |
|
|
Creation timestamp - When the make-up session was scheduled |
||
| DateUpdated | Unknown | 0 | null |
|
|
Last modification timestamp - When the make-up session was last updated |
||
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each make-up session |
|
| DaysToMakeUp | int | 4 | √ | null |
|
|
Days to make up - Number of days allowed to schedule make-up session |
|
| MakeUpDate | Unknown | 0 | null |
|
|
Make-up session date - Scheduled date for the make-up session |
||
| ProgramId | int | 4 | √ | null |
|
|
Program reference - Reference to program associated with make-up session |
|
| PaySourceId | nvarchar | 100 | √ | null |
|
|
Payment source reference - Reference to payment source for make-up session |
|
| MaxMakeUpsPerMonth | int | 4 | √ | null |
|
|
Maximum make-ups per month - Maximum number of make-up sessions allowed per month |
|
| OriginalSessionId | Unknown | 0 | null |
|
|
Original session reference - Reference to the original session that was missed |
||
| Status | Unknown | 0 | null |
|
|
Session status - Current status of the make-up session |
||
| UpdatedBy | Unknown | 0 | null |
|
|
Last modifier - User who last updated the make-up session |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__MakeUpSe__3214EC277D0E9093 | Primary key | Asc | ID |