Re: [PERFORM] database model tshirt sizes

2006-03-19 Thread NbForYou
id: 345, versionid: 3, color: null, size: 'pc', quantity: 5 productid: 345, versionid: 3, color: null, size: 'playstation', quantity: 3 ALSO: what is versionid used for? - Original Message - From: <[EMAIL PROTECTED]> To: "NbForYou" <[EMAIL PRO

Re: [PERFORM] database model tshirt sizes

2006-03-19 Thread me
From: "Patrick Hatcher" <[EMAIL PROTECTED]> To: "NbForYou" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Sunday, March 19, 2006 2:59 PM Subject: Re: [PERFORM] database model tshirt sizes We have size and color in the product table itself. It is r

Re: [PERFORM] database model tshirt sizes

2006-03-19 Thread Patrick Hatcher
Subject [PERFORM] database model tshirt sizes 0

[PERFORM] database model tshirt sizes

2006-03-18 Thread NbForYou
Hello,   Does anybody know how to build a database model to include sizes for rings, tshirts, etc?     the current database is built like:   table product =   productid int8 PK productname charvar(255) quantity int4     what i want now is that WHEN (not all products have multiple sizes