Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CHILD_WATCH_REGISTRATION_ID | int | 4 | null |
|
|
The child-watch registration ID |
|||||
| CHILD_WATCH_ROOM_ID | int | 4 | √ | null |
|
|
The ID of the child-watch room |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the child being watched |
||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site that the child-watch registration belongs to |
||||
| CHECK_IN_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The check-in date and time |
||||
| CHECK_IN_SYSTEMUSER_ID | int | 4 | √ | null |
|
|
The ID of the system user who performed the check-in |
||||
| DROP_OFF_CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who dropped off the child |
||||
| PARENT_LOCATION_ID | int | 4 | √ | null |
|
|
The ID of the parent’s location during the session |
||||
| CHOOSE_CUBBY | varchar | 5 | √ | null |
|
|
Whether a cubby was chosen during check-in (Yes/No) |
||||
| IS_STAFF_DROP_OFF | varchar | 5 | √ | null |
|
|
Whether the child was dropped off by a staff member (Yes/No) |
||||
| CHECK_IN_SIGNATURE | varchar | 100 | √ | null |
|
|
The signature name if a signature was captured during check-in |
||||
| CHECK_IN_MEMBERSHIP_USAGE_ID | int | 4 | √ | null |
|
|
The membership usage ID for the check-in |
||||
| CHECK_OUT_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The check-out date and time |
||||
| CHECK_OUT_SYSTEMUSER_ID | int | 4 | √ | null |
|
|
The ID of the system user who performed the check-out |
||||
| PICK_UP_CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who picked up the child |
||||
| PARENT_RETURN_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the parent returned for the child |
||||
| IS_STAFF_PICK_UP | varchar | 5 | √ | null |
|
|
Whether the child was picked up by a staff member (Yes/No) |
||||
| CHECK_OUT_SIGNATURE | varchar | 100 | √ | null |
|
|
The signature name if a signature was captured during check-out |
||||
| CHECK_OUT_MEMBERSHIP_USAGE_ID | int | 4 | √ | null |
|
|
The membership usage ID for the check-out |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
||||
| 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) |
|---|---|---|---|
| CHILD_WATCH_REGISTRATIONS_CHILD_WATCH_REGISTRATION_ID_ORG_ID_PK | Primary key | Asc/Asc | CHILD_WATCH_REGISTRATION_ID + ORG_ID |
| CHILD_WATCH_REGISTRATIONS_CHECK_IN_MEMBERSHIP_USAGE_ID_IX | Performance | Asc | CHECK_IN_MEMBERSHIP_USAGE_ID |
| CHILD_WATCH_REGISTRATIONS_CHECK_IN_SYSTEMUSER_ID_IX | Performance | Asc | CHECK_IN_SYSTEMUSER_ID |
| CHILD_WATCH_REGISTRATIONS_CHECK_OUT_MEMBERSHIP_USAGE_ID_IX | Performance | Asc | CHECK_OUT_MEMBERSHIP_USAGE_ID |
| CHILD_WATCH_REGISTRATIONS_CHECK_OUT_SYSTEMUSER_ID_IX | Performance | Asc | CHECK_OUT_SYSTEMUSER_ID |
| CHILD_WATCH_REGISTRATIONS_CHILD_WATCH_ROOM_ID_IX | Performance | Asc | CHILD_WATCH_ROOM_ID |
| CHILD_WATCH_REGISTRATIONS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| CHILD_WATCH_REGISTRATIONS_DROP_OFF_CUSTOMER_ID_IX | Performance | Asc | DROP_OFF_CUSTOMER_ID |
| CHILD_WATCH_REGISTRATIONS_PARENT_LOCATION_ID_IX | Performance | Asc | PARENT_LOCATION_ID |
| CHILD_WATCH_REGISTRATIONS_PICK_UP_CUSTOMER_ID_IX | Performance | Asc | PICK_UP_CUSTOMER_ID |
| CHILD_WATCH_REGISTRATIONS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| CHILD_WATCH_REGISTRATIONS_SITE_ID_IX | Performance | Asc | SITE_ID |