View Single Post
  #6 (permalink)  
Old 12-27-06, 07:43 AM
Oskare100 Oskare100 is offline
Newbie Coder
 
Join Date: Apr 2005
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
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

Last edited by Oskare100; 12-27-06 at 08:19 AM.
Reply With Quote