Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
huburl | VARCHAR | 255 | √ | null |
|
|
||||
courseid | BIGINT | 19 | null |
|
|
|||||
timepublished | BIGINT | 19 | null |
|
|
|||||
enrollable | BIT | 1 | 1 |
|
|
|||||
hubcourseid | BIGINT | 19 | null |
|
|
|||||
status | BIT | 1 | √ | 0 |
|
|
||||
timechecked | BIGINT | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
course_published_erd_course_id | Performance | Asc | courseid |