View Source Boruta.Ecto.Scope (Boruta core v2.3.3)

Ecto Adapter Scope Schema

Summary

Types

@type t() :: %Boruta.Ecto.Scope{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  label: term(),
  name: String.t(),
  public: boolean(),
  updated_at: term()
}

Functions

Link to this function

assoc_changeset(scope, attrs)

View Source