View Source Zoonk.Content.CourseUser (Zoonk v0.3.0-alpha)

Schema for the relationship between courses and users.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Content.CourseUser{
  __meta__: term(),
  approved?: term(),
  approved_at: term(),
  approved_by: term(),
  approved_by_id: term(),
  course: term(),
  course_id: term(),
  id: term(),
  inserted_at: term(),
  role: term(),
  updated_at: term(),
  user: term(),
  user_id: term()
}