Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | null |
|
|
The dbo record ID |
||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| CUSTOMER_SUBSIDY_ID | int | 4 | null |
|
|
Customer subsidies table primary key |
||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Customer pk |
|
| SUBSIDY_ID | int | 4 | √ | null |
|
|
Related subsidy table foreign key |
|
| STATUS | varchar | 5 | √ | null |
|
|
Subsidy usage status |
|
| CREATETIME | datetime | 16,3 | √ | null |
|
|
Customer‘s subsidies create time |
|
| UPDATETIME | datetime | 16,3 | √ | null |
|
|
Customer‘s subsidies update time |
|
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |