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

Update Node.php to Prevent Key Name Integrity errors of mysql #237

Open MeeDNite opened 8 years ago

MeeDNite commented 8 years ago

Use Qualified Key Name to enable Joins to the Node and prevent key name (usually ID) field Integrity Errors of mysql.