Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| WISHLIST_ID | int | 4 | √ | null |
|
|
Wish list ID |
|
| WISHLIST_PARTICIPANT_ID | int | 4 | √ | null |
|
|
Wish list participant ID |
|
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Wish list customer ID |
|
| PARTICIPANT_CUSTOMER_ID | int | 4 | √ | null |
|
|
Wish list participant customer ID |
|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The activity ID that the customer is wish listed for |
|
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
The date and time that the wish list entry was created or updated |
|
| DATESTAMP_DATE_ONLY | date | 20 | √ | null |
|
|
The date that the wish list entry was created or updated |
|
| ENROLLED | varchar | 5 | √ | null |
|
|
Whether the customer has been enrolled into the wish listed activity or program |
|
| ENROLLMENT_DATE | date | 20 | √ | null |
|
|
The date that the customer was last enrolled into the wish listed activity or program |