Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| CUSTOMER_SUBSIDY_ALLOCATION_ID | int | 4 | null |
|
|
Customer subsidy allocations table primary key |
||
| CUSTOMER_SUBSIDY_ID | int | 4 | √ | null |
|
|
Related customer subsidy table foreign key |
|
| START_DATE | datetime | 16,3 | √ | null |
|
|
Customer subsidy allocation start date |
|
| END_DATE | datetime | 16,3 | √ | null |
|
|
Customer subsidy allocation end date |
|
| ALLOCATION_AMOUNT | money | 21,4 | √ | null |
|
|
Customer subsidy allocation amount |
|
| 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_CUSTOMER_SUBSIDY_ALLOCATIONS | Primary key | Asc/Asc | CUSTOMER_SUBSIDY_ALLOCATION_ID + ORG_ID |
| CUSTOMER_SUBSIDY_ALLOCATIONS_CUSTOMER_SUBSIDY_ALLOCATION_ID_CUSTOMER_SUBSIDY_ID_IX | Performance | Asc/Asc | CUSTOMER_SUBSIDY_ALLOCATION_ID + CUSTOMER_SUBSIDY_ID |