Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| PROGRAM_ID | int | 4 | √ | null |
|
|
The program ID |
|
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Identified one customer by id |
|
| PROGRAM_NAME | varchar | 255 | √ | null |
|
|
The program Name |
|
| NET_REVENUE | nvarchar | 8000 | √ | null |
|
|
The net revenue of this program |
|
| LAST_SYNC_TIME | datetime | 16,3 | √ | null |
|
|
Date and time Hub record was last modified |
|
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
|
| source_id | int | 4 | √ | null |
|
|
The ID value from the Active Net system |