Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each plan-attendance code association |
|
| ClassId | int | 4 | √ | null |
|
|
Class reference - Links to Plans table for the educational class or program |
|
| TuitionAttendanceCodesId | int | 4 | √ | null |
|
|
Attendance code reference - Links to TutionAttendanceCodes table for the attendance billing code |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__PlansTut__3214EC275377AFED | Primary key | Asc | ID |
