Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CHILD_WATCH_ROOM_ID | int | 4 | null |
|
|
The child-watch room ID |
|||||
| CHILD_WATCH_ROOM_NAME | varchar | 100 | √ | null |
|
|
The child-watch room name |
||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site that the child-watch room belongs to |
||||
| CENTER_ID | int | 4 | √ | null |
|
|
The ID of the center that the child-watch room is located in |
||||
| ROOM_CAPACITY | int | 4 | √ | null |
|
|
The capacity of the room |
||||
| ALLOW_OVERRIDE | varchar | 5 | √ | null |
|
|
Whether the room capacity can be overridden (Yes/No) |
||||
| IS_DELETED | varchar | 5 | √ | null |
|
|
Whether the room is considered to have been deleted (Yes/No) |
||||
| 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_ROOMS_CHILD_WATCH_ROOM_ID_ORG_ID_PK | Primary key | Asc/Asc | CHILD_WATCH_ROOM_ID + ORG_ID |
| CHILD_WATCH_ROOMS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |