Zoonk.Catalog.CourseChapter (Zoonk v0.1.0-dev)

View Source

Defines the CourseChapter schema.

This schema represents the association between courses and chapters. It allows courses to contain multiple chapters and tracks the position of each chapter within the course for proper ordering.

Fields

Field NameTypeDescription
org_idIntegerThe ID of the organization this data belongs to.
course_idIntegerThe ID of the course that contains the chapter.
chapter_idIntegerThe ID of the chapter included in the course.
positionIntegerChapter's position within the course, used for ordering.
inserted_atDateTimeTimestamp when the association was created.
updated_atDateTimeTimestamp when the association was last updated.