facetoface_notification_hist table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| notificationid | BIGINT | 19 | null |
|
|
FK of notification |
||||
| sessionid | BIGINT | 19 | null |
|
|
FK of facetoface_sessions |
||||
| userid | BIGINT | 19 | null |
|
|
FK of user |
||||
| sessiondateid | BIGINT | 19 | null |
|
|
FK of facetoface_sessions_dates |
||||
| ical_uid | VARCHAR | 255 | √ | null |
|
|
globally unique id of ical event |
|||
| ical_method | VARCHAR | 32 | √ | null |
|
|
ICAL method e.g. update, cancel etc. |
|||
| timecreated | BIGINT | 19 | null |
|
|
timestamp of record creation |
Table contained -1 rows
facetoface_notification_hist table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| facenotihist_not_ix | Performance | Asc | notificationid |
| facenotihist_ses2_ix | Performance | Asc | sessiondateid |
| facenotihist_ses_ix | Performance | Asc | sessionid |
| facenotihist_use_ix | Performance | Asc | userid |
