Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_tool_recyclebin_course_id_seq'::regclass) |
|
|
|||||
| courseid | int8 | 19 | null |
|
|
||||||
| section | int8 | 19 | null |
|
|
||||||
| module | int8 | 19 | null |
|
|
||||||
| name | varchar | 255 | √ | null |
|
|
|||||
| timecreated | int8 | 19 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_toolrecycour_id_pk | Primary key | Asc | id |
| app_toolrecycour_cou_ix | Performance | Asc | courseid |
| app_toolrecycour_tim_ix | Performance | Asc | timecreated |

