Hi,
I have a question regarding structure of my products table. I am trying to develop a table for various t-shirts, sweatshirts, etc. I currently have productid, price, picture, category, description, etc. My question regards how to handle multiple colors. I don't really want to repeat all the data in the rows each time i have another color becuase that causes conflicts with the productid's and my sort options.
I thought about a colorid linking to another table but i dont know if that would solve the problem or just over-complicate it.
Does anyone have any suggestions?
Thanks,
Jesse Foote