Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AUDIT_DATE | date | 20 | √ | null |
|
|
The date that the statistics have been generated for |
|
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site to which this package belongs |
|
| SITE_NAME | varchar | 255 | √ | null |
|
|
The name of the site to which this package belongs |
|
| PACKAGE_CATEGORY_ID | int | 4 | √ | null |
|
|
Package Category ID of the membership package |
|
| PACKAGE_CATEGORY_NAME | varchar | 50 | √ | null |
|
|
Package Category of the membership package |
|
| PACKAGE_ID | int | 4 | √ | null |
|
|
The ID of the membership package |
|
| PACKAGE_NAME | varchar | 255 | √ | null |
|
|
Name of the membership package |
|
| ACTIVE | int | 4 | √ | null |
|
|
The count of active memberships as of the end of the audit date (includes suspended memberships) |
|
| SUSPENDED | int | 4 | √ | null |
|
|
The count of suspended memberships as of the end of the audit date |