laravel-nestedset
laravel-nestedset copied to clipboard
Can I create a separate relation table as user_hierarchy while making a migration file?
Currently the migration style is such that, it adds columns into existing users table. My aim is to create a separate relation table named user_hierarchy/user_tree with user_id as foreign key in it.
-
is it possible?
-
what changes i need to do in my user model (relations) so that the plugin works without any extra modifications.
Same issue, @amitshahc did you find any way to achieve this??
Same issue, @amitshahc did you find any way to achieve this??
nope, I didn't have enough time to follow up this.