Hello,
What about the item_name?
And, about the download logs, I will add about 100 rows per day to those tables and save them for about one year before they are deleted. Do you think I should split it up again or keep it as it is?
Now, this should be the last problem;
I would also like to put files in categories, do you suggest that I create a new table for with the name, for example, "file_cats" (cats as a shortening for categories) and then add;
"cat_id", "name" and "dec" as in the "file_packs" table? Then I would also need to add "cat_id" to the "files" table.
Or do you think that I should do that in another way? All in all, what do you think of the way I'm (at least trying) to organise the files in packs and categories?
/Oskar
Best Regards