Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| SUBSIDY_ID | int | 4 | null |
|
|
Subsidy id |
||
| SUBSIDY_NAME | varchar | 50 | √ | null |
|
|
Subsidy name |
|
| GLACCOUNT_ID | int | 4 | √ | null |
|
|
Glaccount id |
|
| STATUS | varchar | 5 | √ | null |
|
|
Status |
|
| CREATETIME | datetime | 16,3 | √ | null |
|
|
Create time |
|
| UPDATETIME | datetime | 16,3 | √ | null |
|
|
Update time |
|
| LINK_ACTIVITY_STATUS | varchar | 5 | √ | null |
|
|
Subsidy link activity status |
|
| LINK_PACKAGE_STATUS | varchar | 5 | √ | null |
|
|
Subsidy link package status |
|
| 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_SUBSIDIES | Primary key | Asc/Asc | SUBSIDY_ID + ORG_ID |
| SUBSIDIES_SUBSIDIES_ID_GLACCOUNT_ID_IX | Performance | Asc/Asc | SUBSIDY_ID + GLACCOUNT_ID |
| SUBSIDIES_SUBSIDY_ID_GLACCOUNT_ID_IX | Performance | Asc/Asc | SUBSIDY_ID + GLACCOUNT_ID |