Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each action-datasource association |
|
| fkDatasourceID | uniqueidentifier | 16 | √ | null |
|
|
Data source reference - Links to the custom data source (GUID identifier) |
|
| fkActionID | int | 4 | √ | null |
|
|
Action reference - Links to the workflow action that uses this data source |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ActionInCustomDatasource | Primary key | Asc | Id |
