PhoenixKitLocations.Schemas.LocationType (PhoenixKitLocations v0.1.3)

Copy Markdown View Source

Schema for location types (e.g., Showroom, Storage, Office).

Summary

Types

t()

@type t() :: %PhoenixKitLocations.Schemas.LocationType{
  __meta__: term(),
  data: term(),
  description: term(),
  inserted_at: term(),
  location_type_assignments: term(),
  locations: term(),
  name: term(),
  status: term(),
  updated_at: term(),
  uuid: term()
}

Functions

changeset(location_type, attrs)