Hi all,
I have a database with these tables:
products,colors,sizes
Each product(t-shirts,jeans etc) can have multiple colors and each color can have multiple sizes
EDIT
Products can share colors and colors can share sizes
So I've made an xref_products_colors table and xref_color_sizes table. Is that OK or there is a better way to design this database?