Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| SUBSIDY_LINKS_ID | int | 4 | null |
|
|
Subsidy link id |
||
| SUBSIDY_ID | int | 4 | √ | null |
|
|
Related subsidy table foreign key |
|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
Activity id |
|
| PACKAGE_ID | int | 4 | √ | null |
|
|
Package id |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_SUBSIDY_LINKS | Primary key | Asc/Asc | SUBSIDY_LINKS_ID + ORG_ID |
| SUBSIDY_LINKS_SUBSIDY_LINKS_ID_SUBSIDY_ID_ACTIVITY_ID_PACKAGE_ID_IX | Performance | Asc/Asc/Asc/Asc | SUBSIDY_LINKS_ID + SUBSIDY_ID + ACTIVITY_ID + PACKAGE_ID |