tool_recyclebin_course table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
courseid | BIGINT | 19 | null |
|
|
|||||
section | BIGINT | 19 | null |
|
|
|||||
module | BIGINT | 19 | null |
|
|
|||||
name | VARCHAR | 255 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | 0 |
|
|
Table contained -1 rows
tool_recyclebin_course table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
toolrecycour_cou_ix | Performance | Asc | courseid |
toolrecycour_tim_ix | Performance | Asc | timecreated |