Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PKID | int identity | 4 | √ | null |
|
|
Association primary key - Unique identifier for each field-stored procedure association |
||||
| FKSPID | int | 4 | √ | null |
|
|
Stored procedure reference - Links to StoredProc table for the associated procedure |
||||
| FKFieldID | int | 4 | √ | null |
|
|
Field reference - Links to Fields table for the associated field |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__FieldsInStoredPr__4C83952D | Primary key | Asc | PKID |
