Storing folder hierarchy in relational database

前端 未结 4 1181
执笔经年
执笔经年 2021-01-13 02:15

I have objects representing folders and I\'m wondering if they should be represented in the database.

On the one hand it seems like the easiest way would be to not r

4条回答
  •  渐次进展
    2021-01-13 03:03

    Take a look at the ERD in the middle of this page. Factoring out the hierarchy into a separate table permits you to support multiple taxonomies.

提交回复
热议问题