PhoenixKitProjects.People.Team (PhoenixKitProjects v0.21.0)

Copy Markdown View Source

READ-ONLY shadow schema over the core-owned phoenix_kit_staff_teams table (core V100). See PhoenixKitProjects.People.Person for the seam's rules: minimal columns, no changesets, local struct identity.

Summary

Types

t()

@type t() :: %PhoenixKitProjects.People.Team{
  __meta__: term(),
  department: term(),
  department_uuid: term(),
  name: term(),
  translations: term(),
  uuid: term()
}