draft_course_content

656 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('draft_course_content_id_seq'::regclass)
active bool 1 null
course_id varchar 8 null
draft_course.id draft_course_content_course_id_fkey R
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)
draft_course_content_pkey Primary key Asc id

Relationships