Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
courseid | BIGINT | 19 | 0 |
|
|
|||||||
name | VARCHAR | 255 |
|
|
Short human readable unique name for group. |
|||||||
idnumber | VARCHAR | 100 |
|
|
||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||
descriptionformat | TINYINT | 3 | 0 |
|
|
|||||||
configdata | LONGTEXT | 2147483647 | √ | null |
|
|
extra configuration data - may be used by group IU tools |
|||||
timecreated | BIGINT | 19 | 0 |
|
|
|||||||
timemodified | BIGINT | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
grou_cou2_ix | Performance | Asc | courseid |
grou_idn2_ix | Performance | Asc | idnumber |