View Source Zoonk.Organizations.SchoolUser (Zoonk v0.3.0-alpha)

Schema for the relationship between schools and users.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Organizations.SchoolUser{
  __meta__: term(),
  approved?: term(),
  approved_at: term(),
  approved_by: term(),
  approved_by_id: term(),
  id: term(),
  inserted_at: term(),
  role: term(),
  school: term(),
  school_id: term(),
  updated_at: term(),
  user: term(),
  user_id: term()
}