26.10.2012, 10:16
Hello,
I am planning to do fridge for house. Stats are from mysql. I want that the "fridge" is useable only near to fridge in the house interior. So which is better way to do?
I make new table to mysql and write these stats:
OR it is better to add these stats to my table which is made for house:
I hope you understood. So the question is, is better to make new table or add fridge stats to table which is made for house?
I am planning to do fridge for house. Stats are from mysql. I want that the "fridge" is useable only near to fridge in the house interior. So which is better way to do?
I make new table to mysql and write these stats:
Код:
ID PosX PosY PosZ Pizza Hotdog Vodka Beer etc.
Код:
House stats here.. FridgeX FridgeY FridgeZ Pizza, Vodka, Beer etc.