facetoface_sessions_dates table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||
| sessionid | BIGINT | 19 | 0 |
|
|
|||||||
| sessiontimezone | VARCHAR | 100 | √ | null |
|
|
Timezone used for display of dates and times, 99 means use user timeozone |
|||||
| roomid | BIGINT | 19 | √ | null |
|
|
Foreign key to facetoface_room |
|||||
| timestart | BIGINT | 19 | 0 |
|
|
|||||||
| timefinish | BIGINT | 19 | 0 |
|
|
Table contained -1 rows
facetoface_sessions_dates table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| facesessdate_roo_ix | Performance | Asc | roomid |
| facesessdate_ses_ix | Performance | Asc | sessionid |
| facesessdate_sestim2_uix | Must be unique | Asc/Asc | sessionid + timefinish |
| facesessdate_sestim_uix | Must be unique | Asc/Asc | sessionid + timestart |
