News

So in the DB, I have the following setup: Code: Table: folders folderid INT primary key name ... with a MySQL backend. Should I set up a foreign key constraint? How would I go about doing this ...