Re: How to manage products materials
Date: 11 Jan 2015 18:10:34 GMT
Message-ID: <bin-20150111190936_at_ram.dialup.fu-berlin.de>
GabrieleMax <gabriele1NOSPAM_at_hotmail.com> writes:
>When user will see the picture of his box of cookies he'll see "put in
>plastic bin" this is what I'd like to do...
Table "PRODUCT"
Column Column Column Column
"PRODUCT" "NAME" "IMAGE PATH" "BIN"
Int String String Int
Primary Key Foreign Key
references "BIN"
Row 1 cookie box C:\images\cookie_box.jpg 1
Table "BIN"
Column Column
"BIN" "NAME"
Int String
Primary Key
Row 1 Plastic bin
Received on Sun Jan 11 2015 - 19:10:34 CET