If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > schema q's for my project

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-04, 16:42
daminate daminate is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
schema q's for my project

Hello,

I am relatively new to dynamic web applications. I am working on a product inventory web app and wanted some critique/suggestions for my schema. I am using php to interface with mysql. I am keeping track of product information, product images, and the categories/sub-categories that the product belongs to. Right now I have one table that keeps track of the categories, one that keeps track of the sub-categories, one for products, and one that keeps track of the product-category pairs. The 'pairs' table is whats updated any time we change the category placement around. The talbes are attached as tables.sql...., am I attempting to achieve this in a proper way? Looking for suggestions and comments?

Also, any suggestions for storing images in mysql using php, instead of writing them to the file system

Your help is much appreciated.

------------------------------------------------------------------------
Attached Files
File Type: sql tables.sql (1.7 KB, 30 views)
Reply With Quote
  #2 (permalink)  
Old 03-28-04, 17:57
daminate daminate is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
found some answers

I found some answers to a similar question on another site, this post can be deleted.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On