Zoonk.Catalog.CourseChapter (Zoonk v0.1.0-dev)
View SourceDefines 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 Name | Type | Description |
---|---|---|
org_id | Integer | The ID of the organization this data belongs to. |
course_id | Integer | The ID of the course that contains the chapter. |
chapter_id | Integer | The ID of the chapter included in the course. |
position | Integer | Chapter's position within the course, used for ordering. |
inserted_at | DateTime | Timestamp when the association was created. |
updated_at | DateTime | Timestamp when the association was last updated. |