PhoenixKitCatalogue.Schemas.ManufacturerSupplier (PhoenixKitCatalogue v0.1.14)

Copy Markdown View Source

Join table linking manufacturers to suppliers (many-to-many).

Summary

Types

t()

@type t() :: %PhoenixKitCatalogue.Schemas.ManufacturerSupplier{
  __meta__: term(),
  inserted_at: term(),
  manufacturer: term(),
  manufacturer_uuid: term(),
  supplier: term(),
  supplier_uuid: term(),
  updated_at: term(),
  uuid: term()
}

Functions

changeset(record, attrs)