CUSTOMER_PHOTOS

0 rows


Description

Customer photos for passes

Columns

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

The Hub record ID

CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

Customer ID

PHOTO_TAKEN_DATE_TIME datetime 16,3 null

Date and time the photo was taken

PHOTO_TAKEN_DATE_ONLY date 20 null

Date and time the photo was taken (date only)

PHOTO_IMAGE varbinary 2147483647 null

The customer photo image

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

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

Indexes

Constraint Name Type Sort Column(s)
CUSTOMER_PHOTOS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
CUSTOMER_PHOTOS_CUSTOMER_ID_ORG_ID_IX Performance Asc/Asc CUSTOMER_ID + ORG_ID

Relationships