etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

Using two tables for parents and childrens. #278

Open pablofior opened 7 years ago

pablofior commented 7 years ago

Hi, great package. I would like to know if it is possible to use two tables with this package to set parent/childrens. For example: Table 1 contais all roots. Table 2 contains childrens and the descendants of this childrens.

Thank you.

rashidul0405 commented 7 years ago

I'm just curious, why would you do that?