Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each program-form association, auto-incrementing integer |
|
| ProgramId | int | 4 | √ | null |
|
|
Program reference - Reference to the educational program |
|
| CustomFormId | int | 4 | √ | null |
|
|
Custom form reference - Reference to the custom form to be associated |
|
| Type | nvarchar | 40 | √ | null |
|
|
Association type - Type of association between program and form (e.g., Enrollment, Assessment, Evaluation) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ProgramC__3214EC272334397B | Primary key | Asc | ID |