Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_reminder_id_seq'::regclass) |
|
|
||
| courseid | int8 | 19 | null |
|
|
|||
| title | text | 2147483647 | √ | null |
|
|
||
| type | varchar | 10 | √ | null |
|
|
||
| config | text | 2147483647 | √ | null |
|
|
||
| timecreated | int8 | 19 | null |
|
|
|||
| timemodified | int8 | 19 | null |
|
|
|||
| modifierid | int8 | 19 | null |
|
|
|||
| deleted | int2 | 5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_remi_id_pk | Primary key | Asc | id |
| app_remi_cou_ix | Performance | Asc | courseid |
| app_remi_del_ix | Performance | Asc | deleted |
| app_remi_typ_ix | Performance | Asc | type |
Diagram producer might be missing
No diagrams were produced please see application output for any errors