资讯

I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...
I assume you want to delete referential data without worrying about deleting it in just the right order to preserve references in intermediate steps. I wouldn't drop and add a foreign key just to ...