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

View Source

Defines the CourseUser schema.

This schema represents the association between users and courses. It tracks which users have access to which courses and their roles.

Fields

Field NameTypeDescription
org_idIntegerThe ID of the organization this data belongs to.
course_idIntegerThe ID of the course the user has access to.
user_idIntegerThe ID of the user who has access to the course.
roleEcto.EnumThe role of the user in the course.
inserted_atDateTimeTimestamp when the association was created.
updated_atDateTimeTimestamp when the association was last updated.