Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Data field - Id information for ActionInDataSource business operations |
||||
| fkDataSourceId | int | 4 | √ | null |
|
|
Data source reference - Reference to the data source (foreign key to DataSources.pkDataSourceID) |
||||
| fkActionId | int | 4 | √ | null |
|
|
Action reference - Reference to the system action (foreign key to ClaimActionsNew.ActionID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ActionInDataSource | Primary key | Asc | Id |