Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer |
|
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility |
|
| PERMIT_ID | int | 4 | √ | null |
|
|
The ID of the permit |
|
| PERMIT_NUMBER | int | 4 | √ | null |
|
|
The number of the permit |
|
| EVENT_START_DATE | date | 20 | √ | null |
|
|
Event start date |
|
| EVENT_END_DATE | date | 20 | √ | null |
|
|
Event end date |
|
| QUESTION_COLUMNS_BUILT_DYNAMICALLY | varchar | 500 | √ | null |
|
|
Columns for each custom question will be dynamically generated |