facetoface_notification table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||
| type | BIT | 1 | null |
|
|
|||||||
| conditiontype | BIGINT | 19 | √ | null |
|
|
||||||
| scheduleunit | BIT | 1 | √ | null |
|
|
||||||
| scheduleamount | BIT | 1 | √ | null |
|
|
||||||
| scheduletime | BIGINT | 19 | √ | null |
|
|
||||||
| ccmanager | BIT | 1 | 0 |
|
|
|||||||
| managerprefix | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
| title | VARCHAR | 255 |
|
|
||||||||
| body | LONGTEXT | 2147483647 | null |
|
|
|||||||
| booked | BIT | 1 | 0 |
|
|
|||||||
| waitlisted | BIT | 1 | 0 |
|
|
|||||||
| cancelled | BIT | 1 | 0 |
|
|
|||||||
| requested | BIT | 1 | 0 |
|
|
|||||||
| courseid | BIGINT | 19 | null |
|
|
|||||||
| facetofaceid | BIGINT | 19 | null |
|
|
|||||||
| templateid | BIGINT | 19 | 0 |
|
|
|||||||
| status | BIT | 1 | 0 |
|
|
|||||||
| issent | BIT | 1 | 0 |
|
|
|||||||
| timemodified | BIGINT | 19 | √ | null |
|
|
||||||
| usermodified | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
facetoface_notification table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| facenoti_cou_ix | Performance | Asc | courseid |
| facenoti_fac_ix | Performance | Asc | facetofaceid |
| facenoti_iss_ix | Performance | Asc | issent |
| facenoti_sta_ix | Performance | Asc | status |
| facenoti_tit_ix | Performance | Asc | title |
| facenoti_typ_ix | Performance | Asc | type |
| facenoti_use_ix | Performance | Asc | usermodified |
