CUSTOMER_SUBSIDIES

0 rows


Description

Customer subsidies setup table

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

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

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_SUBSIDIES Primary key Asc/Asc CUSTOMER_SUBSIDY_ID + ORG_ID
CUSTOMER_SUBSIDIES_CUSTOMER_SUBSIDY_ID_SUBSIDY_ID_CUSTOMER_ID_IX Performance Asc/Asc/Asc CUSTOMER_SUBSIDY_ID + SUBSIDY_ID + CUSTOMER_ID

Relationships