Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each makeup session configuration |
|
| ProgramId | int | 4 | √ | null |
|
|
Program reference - Links to the program type that this makeup session configuration applies to |
|
| PaySourceId | nvarchar | 100 | √ | null |
|
|
Pay source reference - Links to payment source that this makeup session policy applies to |
|
| DaysToMakeUp | int | 4 | √ | null |
|
|
Makeup timeframe - Number of days allowed to schedule and complete a makeup session |
|
| MaxMakeUpsPerMonth | int | 4 | √ | null |
|
|
Monthly limit - Maximum number of makeup sessions allowed per month |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__MakeUpSe__3214EC275CF62D2F | Primary key | Asc | ID |
