Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
Activity ID |
|
| FACILITY_ID | int | 4 | √ | null |
|
|
Facility ID |
|
| MEETING_DATE | date | 20 | √ | null |
|
|
Date of the activity class |
|
| START_TIME | time | 16 | √ | null |
|
|
Start time of the activity class |
|
| END_TIME | time | 16 | √ | null |
|
|
End time of the activity class |
|
| SETUP_START_TIME | time | 16 | √ | null |
|
|
Start time of the class including setup time |
|
| CLEANUP_END_TIME | time | 16 | √ | null |
|
|
End time of the class including cleanup time |