View Source Zoonk.Organizations.School (Zoonk v0.2.0-alpha)

School schema.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Organizations.School{
  __meta__: term(),
  courses: term(),
  custom_domain: term(),
  description: term(),
  email: term(),
  id: term(),
  inserted_at: term(),
  logo: term(),
  name: term(),
  public?: term(),
  school: term(),
  school_id: term(),
  schools: term(),
  updated_at: term(),
  username: term(),
  users: term(),
  website: term()
}