Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each waiver/makeup visit code |
|
| AcId | int | 4 | √ | null |
|
|
Activity code reference - Links to the associated activity code |
|
| Type | varchar | 20 | √ | null |
|
|
Code type - Type of code (Waiver, Makeup, Exception, etc.) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__WaiveCoV__3214EC0710818984 | Primary key | Asc | Id |
