Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each program-attendance code association, auto-incrementing integer |
|
| ClassId | int | 4 | √ | null |
|
|
Program reference - Foreign key linking to Plans.pkClassID for the program |
|
| TuitionAttendanceCodesId | int | 4 | √ | null |
|
|
Attendance code reference - Foreign key linking to TutionAttendanceCodes.ID for the attendance code |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__PlansTut__3214EC2740C49C62 | Primary key | Asc | ID |