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

Ecto Adapter Scope Schema

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

assoc_changeset(scope, attrs)

View Source