Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The customer ID of the member |
|
| MEMBERSHIP_ID | int | 4 | √ | null |
|
|
The ID of the membership |
|
| PACKAGE_ID | int | 4 | √ | null |
|
|
The package ID of the customer’s membership |
|
| QUESTION_COLUMNS_BUILT_DYNAMICALLY | varchar | 500 | √ | null |
|
|
Columns for each custom question will be dynamically generated |