Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_course_published_id_seq'::regclass) |
|
|
||
| huburl | varchar | 255 | √ | null |
|
|
||
| courseid | int8 | 19 | null |
|
|
|||
| timepublished | int8 | 19 | null |
|
|
|||
| enrollable | int2 | 5 | 1 |
|
|
|||
| hubcourseid | int8 | 19 | null |
|
|
|||
| status | int2 | 5 | √ | 0 |
|
|
||
| timechecked | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_courpubl_id_pk | Primary key | Asc | id |
