Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PKID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
||||
| FKSPID | int | 4 | √ | null |
|
|
Stored procedure reference - Reference to the stored procedure (foreign key to StoredProc.pkSPID) |
||||
| FKActionID | int | 4 | √ | null |
|
|
Action reference - Reference to the system action or workflow |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ActionInStoredPr__49D9D0A7 | Primary key | Asc | PKID |