Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkSPinFormID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each stored procedure-form association |
||||
| fkFlexFormID | int | 4 | null |
|
|
Flex form reference - Links to FlexForm table for the form that uses this stored procedure |
|||||
| fkSPID | int | 4 | null |
|
|
Stored procedure reference - Links to StoredProc table for the procedure to execute |
|||||
| ExecOrder | int | 4 | null |
|
|
Execution order - Order in which this stored procedure should be executed relative to other procedures |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__StoredPr__8473B70229D28329 | Primary key | Asc | pkSPinFormID |
