reminder table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
courseid | BIGINT | 19 | null |
|
|
|||||||
title | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
type | VARCHAR | 10 | √ | null |
|
|
||||||
config | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
timecreated | BIGINT | 19 | null |
|
|
|||||||
timemodified | BIGINT | 19 | null |
|
|
|||||||
modifierid | BIGINT | 19 | null |
|
|
|||||||
deleted | BIT | 1 | null |
|
|
Table contained -1 rows
reminder table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
remi_cou_ix | Performance | Asc | courseid |
remi_del_ix | Performance | Asc | deleted |
remi_typ_ix | Performance | Asc | type |