Zach Parsons

Results 1 issues of Zach Parsons

After adding this dep to my `mix.exs` & running`mix deps.get` which ran fine. I added to my schema that has a parent_id field `use Arbor.Tree, foreign_key_type: :binary_id` `belongs_to :parent, __MODULE__`...