staudenmeir / laravel-cte

Laravel queries with common table expressions
MIT License
514 stars 38 forks source link

Documentation clarity #20

Closed wrabit closed 3 years ago

wrabit commented 3 years ago

I don't understand if 'tree' here is an actual model name provided by us or the library?

staudenmeir commented 3 years ago

Every common table expression requires a name and tree is an example. You can choose your own.