Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PACKAGE_ID | int | 4 | √ | null |
|
|
The ID of the membership package. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PACKAGE_NAME | varchar | 255 | √ | null |
|
|
The name of the membership package. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PACKAGE_DESCRIPTION | varchar | 255 | √ | null |
|
|
The additional description of the package if it was configured |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site of the membership package. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AGES_MIN | varchar | 255 | √ | null |
|
|
Maximum participant age (year) of the membership package. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AGES_MAX | varchar | 255 | √ | null |
|
|
Minimum participant age (year) of the membership package. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CATEGORY_ID | int | 4 | √ | null |
|
|
The category ID of the package |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PACKAGE_STATUS | varchar | 255 | √ | null |
|
|
The status of the package |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FAMILY_MEMBERSHIP | varchar | 5 | √ | null |
|
|
Whether this is a family package (Yes/No). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PRIMARY_FEE | money | 21,4 | √ | null |
|
|
The primary fee amount of the package |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RENEWABLE | varchar | 5 | √ | null |
|
|
Whether memberships of this package are renewable (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QUALIFY_FOR_MEMBER_FEES | varchar | 5 | √ | null |
|
|
Whether a membership of this package qualifies the customer for ‘Per Member’ fees (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QUALIFY_FOR_MEMBER_REGISTRATION_DATES | varchar | 5 | √ | null |
|
|
Whether a membership of this package qualifies the customer for member registration dates (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HIDE_ON_INTERNET | varchar | 5 | √ | null |
|
|
Whether this package should be excluded from display on the internet registration site (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AVAILABLE_AS_PREREQUISITE | varchar | 5 | √ | null |
|
|
Whether this package can be used as a prerequisite for activity and program registrations (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DISABLE_USAGE_FEE_ON_TRANSFER | varchar | 5 | √ | null |
|
|
Whether usage fees should be waived for a transfer into this package (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DISABLE_USAGE_FEE_ON_RENEWAL | varchar | 5 | √ | null |
|
|
Whether usage fees should be waived for a renewal of this package (Yes/No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GENDER_INDEX | int | 4 | √ | null |
|
|
The gender ID |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SPECIFIC_TIMEPERIOD | int | 4 | √ | null |
|
|
Specific time period the package is active (0=N/A, 1=Number of Days, 2=Weekly, 3=Biweekly, 4=Semimonthly, 5=Monthly, 6=Bimonthly, 7=Quarterly, 8=Semiannually, 9=Annually) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SPECIFIC_TIMEPERIOD_NAME | varchar | 20 | √ | null |
|
|
Specific time period the package is active |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SPECIFIC_NUMBEROFDAYS | int | 4 | √ | null |
|
|
Specific number of days the package is active |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CATALOG_DESCRIPTION | varchar | 8000 | √ | null |
|
|
The catalog description to be displayed for this package |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ALLOW_SUBSIDY | varchar | 5 | √ | null |
|
|
Allow subsidy for package |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CANCELLATION_REASON_ID | int | 4 | √ | null |
|
|
Pacakge cancellation reason ID, from Reasons table. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CANCELLATION_REASON_TEXT | varchar | 4000 | √ | null |
|
|
Pacakge cancellation reason text, from Reasons table. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CANCELLATION_REASON_DATE | datetime | 16,3 | √ | null |
|
|
Pacakge cancellation date. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PACKAGES_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| PACKAGES_CATEGORY_ID_IX | Performance | Asc | CATEGORY_ID |
| PACKAGES_GENDER_INDEX_IX | Performance | Asc | GENDER_INDEX |
| PACKAGES_PACKAGE_ID_ORG_ID_UQ | Must be unique | Asc/Asc | PACKAGE_ID + ORG_ID |
| PACKAGES_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| PACKAGES_SITE_ID_IX | Performance | Asc | SITE_ID |