Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('course_content_id_seq'::regclass) |
|
|
|||||
| active | bool | 1 | null |
|
|
||||||
| course_id | varchar | 8 | null |
|
|
||||||
| content_type | varchar | 16 | null |
|
|
||||||
| content_id | varchar | 512 | null |
|
|
||||||
| order_index | int4 | 10 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| course_content_pkey | Primary key | Asc | id |