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

primaryKey #234

Closed eduardokum closed 8 years ago

eduardokum commented 8 years ago

This module has the option I change the primary key for relations only?

I have the following relationship

Contract
-id
-name

Rede
-id
-side
-depth
-contract_id
-contract_parent_id
-lft
-rgt

Could I make this tree?

eduardokum commented 8 years ago

I will change the structure, forget it