Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each cancellation code, auto-incrementing integer |
|
| AttCode | int | 4 | null |
|
|
Attendance code - Numeric code representing the specific type of visit cancellation for classification |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__Cancelle__3214EC27793DFFAF | Primary key | Asc | ID |